pub fn from_fd<R>(fd: R, start: u64, end: u64) -> FdReader<R>where
    R: Read + Seek + Send + Sync,
Expand description

Convert given fd into oio::BlockingRead.