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