[−][src]Function unsigned_varint::io::read_usize
pub fn read_usize<R: Read>(mut reader: R) -> Result<usize, ReadError>
Try to read and decode a
usize
from the given Read
type.
pub fn read_usize<R: Read>(mut reader: R) -> Result<usize, ReadError>
Try to read and decode a
usize
from the given Read
type.