Type Definition hashira::error::BoxError

source ·
pub type BoxError = Box<dyn Error + Send + Sync>;
Expand description

A boxed error.

Trait Implementations§

source§

impl IntoResponse for BoxError

source§

fn into_response(self) -> Response

Converts this object into a response.