Skip to main content

try_read_at

Function try_read_at 

Source
pub fn try_read_at(
    handle: &Handle,
    offset: usize,
    len: usize,
    dst: &mut Vec<u64>,
) -> Result<()>
Available on crate feature pager and Unix only.
Expand description

Fallible counterpart to read_at.