Function fit_rust::protocol::io::read_i64

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