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