pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}Expand description
Convert extraction errors into HTTP responses
pub trait IntoResponse {
// Required method
fn into_response(self) -> Response;
}Convert extraction errors into HTTP responses