Function unsigned_varint::io::read_usize

source ·
pub fn read_usize<R: Read>(reader: R) -> Result<usize, ReadError>
Expand description

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