pub trait BusIndex {
    // Required method
    fn into_bus_index(
        self,
        program: &VoicemeeterApplication
    ) -> Result<ZIndex, ParameterError>;
}
Available on crate feature interface only.
Expand description

Bus index helper

Required Methods§

source

fn into_bus_index( self, program: &VoicemeeterApplication ) -> Result<ZIndex, ParameterError>

Get the bus index

Implementations on Foreign Types§

source§

impl BusIndex for i32

source§

impl BusIndex for usize

Implementors§