Function fit_rust::protocol::io::read_u32

source ·
pub fn read_u32<R>(map: &mut R, endian: Endian) -> u32
where R: Read,