Type Alias Reader
pub type Reader = Pin<Box<dyn AsyncRead + Send>>;Available on crate feature
inspect only.Expand description
An owned reader, suitable for streaming to a response, file, or native UI.
Aliased Type§
#[repr(transparent)]pub struct Reader { /* private fields */ }