pub type ReadAt<'a> = TokioFileFut<ReadAt<'a>>;Expand description
Return type of AioFileExt::read_at. Implements Future.
Aliased Typeยง
pub struct ReadAt<'a>(/* private fields */);pub type ReadAt<'a> = TokioFileFut<ReadAt<'a>>;Return type of AioFileExt::read_at. Implements Future.
pub struct ReadAt<'a>(/* private fields */);