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