Trait midi2::buffer::Ump

source ·
pub trait Ump: Buffer<Unit = u32> { }

Implementors§

source§

impl<B: Buffer<Unit = u32>> Ump for B