BoxBody

Type Alias BoxBody 

Source
pub type BoxBody = BoxBody<Bytes, Error>;

Aliased Type§

pub struct BoxBody { /* private fields */ }

Trait Implementations§

Source§

impl From<Body> for BoxBody

Source§

fn from(body: Body) -> Self

Converts to this type from the input type.