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

Strip index helper

Required Methods§

source

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

Get the strip index

Implementations on Foreign Types§

source§

impl StripIndex for i32

source§

impl StripIndex for usize

Implementors§