Trait mailpot_web::IntoResponseError
source · pub trait IntoResponseError {
// Required method
fn with_status(self, status: StatusCode) -> ResponseError;
}
pub trait IntoResponseError {
// Required method
fn with_status(self, status: StatusCode) -> ResponseError;
}