pub trait AppendOnlyAsyncResumableRecorderMedium:
AsyncWrite
+ Unpin
+ Debug
+ Sync
+ Send { }
Expand description
异步追加介质接口
Implementors§
impl<T: AsyncWrite + Unpin + Debug + Sync + Send> AppendOnlyAsyncResumableRecorderMedium for T
Available on crate feature
async
only.