pub trait WriteIntoPlaceholder {
    fn write_into(&self, out: &mut PlaceholderEvent);
}
Expand description

This trait is used by SendEventBuffer::send_events to accept iterators over midi events

Required Methods§

writes an event into the given placeholder memory location

Implementations on Foreign Types§

Implementors§