Function read_u8_arr

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