pub trait ReadUtils: Read { fn read_32b(&mut self) -> Result<u32> { ... } fn read_16b(&mut self) -> Result<u16> { ... } }