pub trait AsStatusCode {
// Required method
fn as_status_code(&self) -> StatusCode;
}Expand description
Get the status code from the error type if possible.
pub trait AsStatusCode {
// Required method
fn as_status_code(&self) -> StatusCode;
}Get the status code from the error type if possible.