Function unsigned_varint::io::read_usize[][src]

pub fn read_usize<R: Read>(mut reader: R) -> Result<usize, ReadError>

Try to read and decode a usize from the given Read type.