pub trait ReadVlqExt<T> { // Required method fn read_vlq(&mut self) -> Result<T>; }
Read a variable-length quantity.