ChannelCommand

Type Alias ChannelCommand 

Source
pub type ChannelCommand = Box<dyn FnMut(&mut Synth, u8) -> Result<(), OxiError> + Send>;

Aliased Typeยง

pub struct ChannelCommand(/* private fields */);