Skip to main content

BoxedAsyncRead

Type Alias BoxedAsyncRead 

Source
pub type BoxedAsyncRead = Pin<Box<dyn AsyncRead + Send + 'static>>;
Expand description

Boxed async reader backing BodyStream: Send on native targets, plain on wasm32 (see MaybeSend).

Aliased Typeยง

pub struct BoxedAsyncRead { /* private fields */ }