Function fit_rust::protocol::io::read_i16

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