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