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