pub type BoxedAsyncBufRead = Pin<Box<dyn AsyncBufRead + Send>>;Available on crate feature
streaming only.Expand description
A boxed async buffered reader for streaming input.
Aliased Type§
pub struct BoxedAsyncBufRead { /* private fields */ }