Skip to main content

read_wrapper

Function read_wrapper 

Source
pub fn read_wrapper<File>(
    file: File,
) -> impl FnMut(u64, &mut [u8]) -> Result<()>
where File: Read + Seek,