Trait midi2::IntoUmp

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

Required Methods§

source

fn into_ump(self) -> T

Implementors§

source§

impl<T, U> IntoUmp<U> for T
where U: FromBytes<T>,