Type Alias tokio_file::SyncAll
source · pub type SyncAll = TokioFileFut<Fsync>;Expand description
Return type of File::sync_all. Implements Future.
pub type SyncAll = TokioFileFut<Fsync>;Return type of File::sync_all. Implements Future.