pub trait VarLongRead: Read { // Provided method fn read_varlong(&mut self) -> Result<i64, CodecError> { ... } }