Skip to main content

boxed_body

Function boxed_body 

Source
pub fn boxed_body<B>(body: B) -> BoxBody
where B: Body<Data = Bytes, Error = Error> + Send + Sync + 'static,
Expand description

Convert an incoming body to our BoxBody type.