pub trait DynAsyncRead: AsyncRead + Debug + Unpin + Send + Sync { }
Available on crate feature async only.
Expand description

异步输入流

Implementors