pub trait Read7BitEncodedI32Ext { // Required method fn read_7_bit_encoded_i32(&mut self) -> Result<i32>; }