Skip to main content

BoxBodyError

Type Alias BoxBodyError 

Source
pub type BoxBodyError = Box<dyn Error + Send + Sync>;
Expand description

Error type for the boxed body. Infallible for buffered bodies, but allows streaming bodies to report errors.

Aliased Typeยง

pub struct BoxBodyError(/* private fields */);