tihu_native::http

Type Alias BoxBody

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

Aliased Type§

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.