Skip to main content

BodyRead

Type Alias BodyRead 

Source
pub type BodyRead = Box<dyn AsyncRead + Unpin + Send>;
Expand description

Trait-object body reader used by the server side for streaming.

Aliased Typeยง

pub struct BodyRead(/* private fields */);