Function poem::error::MethodNotAllowed[][src]

pub fn MethodNotAllowed(err: impl Display) -> Error
Expand description

Wraps any error into Error and the status code is StatusCode::METHOD_NOT_ALLOWED.