Type Definition axum::body::BoxBody[][src]

pub type BoxBody = BoxBody<Bytes, Error>;
Expand description

A boxed Body trait object.

This is used in axum as the response body type for applications. Its necessary to unify multiple response bodies types into one.