Function fit_rust::protocol::io::read_u16

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