Trait midi2::IntoBytes

source ·
pub trait IntoBytes<T> {
    // Required method
    fn into_bytes(self) -> T;
}

Required Methods§

source

fn into_bytes(self) -> T

Implementors§

source§

impl<T, U> IntoBytes<U> for T
where U: FromUmp<T>,