pub type BodyStream = Pin<Box<dyn Stream<Item = Result<Bytes, Error>> + Sync + Send>>;Expand description
A boxed, Send + Sync stream of body chunks, used by ReplyData::Stream
and SSE responses.
Aliased Typeยง
pub struct BodyStream { /* private fields */ }