Function actix_web::error::ErrorMethodNotAllowed
source · pub fn ErrorMethodNotAllowed<T>(err: T) -> Errorwhere
T: Debug + Display + 'static,
Expand description
Helper function that wraps any error and generates a METHOD_NOT_ALLOWED
response.