Type Alias tokio_file::ReadvAt
source · pub type ReadvAt<'a> = TokioFileFut<ReadvAt<'a>>;Expand description
Return type of File::readv_at. Implements Future.
pub type ReadvAt<'a> = TokioFileFut<ReadvAt<'a>>;Return type of File::readv_at. Implements Future.