pub type BoxAsyncRead = Pin<Box<dyn AsyncRead + Send + Unpin>>;Expand description
A boxed AsyncRead for reading body content without materializing it into memory.
Returned by Body::into_async_read().
Aliased Typeยง
pub struct BoxAsyncRead { /* private fields */ }