Trait midi2::TryIntoBytes
source · pub trait TryIntoBytes<T> {
// Required method
fn try_into_bytes(self) -> Result<T, BufferOverflow>;
}pub trait TryIntoBytes<T> {
// Required method
fn try_into_bytes(self) -> Result<T, BufferOverflow>;
}