Trait binary_wav_codec::int_reader::IntReadable
source · pub trait IntReadable<E>where
E: ByteOrder,{
type ResultType;
const READ_SIZE: usize;
// Required method
fn read(buf: &[u8]) -> Self::ResultType;
}Expand description
E: [byteorder::LittleEndian] or [byteorder::BigEndian]