Function fit_rust::protocol::io::read_u64

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