Skip to main content

BoxedAsyncBufRead

Type Alias BoxedAsyncBufRead 

Source
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 */ }