Skip to main content

try_read_full

Function try_read_full 

Source
pub fn try_read_full<R: Read>(
    read: R,
    buf: &mut [u8],
) -> Result<usize, (R::Error, usize)>