pub trait MidiWriter {
    // Required method
    fn write_event(&mut self, event: DeltaEvent<RawMidiEvent>);
}

Required Methods§

Implementors§