read_nbytes

Function read_nbytes 

Source
pub async fn read_nbytes<P, const N: usize>(p: P) -> UtilesResult<[u8; N]>
where P: AsRef<Path>,