pub type FileReaderFuture<'a> = BoxFuture<'a, Result<Bytes, FileErr>>;
struct FileReaderFuture<'a> { /* private fields */ }