Function fit_rust::protocol::io::read_u8_arr

source ·
pub fn read_u8_arr<R>(map: &mut R, size: u8) -> Vec<u8> 
where R: Read,