Function fit_rust::protocol::io::read_i32

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