Function read

Source
pub fn read<'a, A>(reader: &'a mut A, buffer: &'a mut [u8]) -> Read<'a, A> 
where A: Read + Unpin + ?Sized,