pub trait FileExt { // Required method fn read_offset_retry(&self, buffer: &mut [u8], offset: u64) -> Result<usize>; }