[][src]Trait polyphony::Voice

pub trait Voice<State> {
    fn state(&self) -> State;
}

A trait used by some dispatchers.

Required methods

fn state(&self) -> State

Loading content...

Implementors

Loading content...