Skip to main content

HyperOutgoingBody

Type Alias HyperOutgoingBody 

Source
pub type HyperOutgoingBody = UnsyncBoxBody<Bytes, ErrorCode>;
Available on crate feature p2 only.
Expand description

Common type for outgoing bodies.

Aliased Typeยง

pub struct HyperOutgoingBody { /* private fields */ }