pub trait Write7BitEncodedI32Ext { // Required method fn write_7_bit_encoded_i32(&mut self, n: i32) -> Result<()>; }