Function actix_web::error::ErrorVariantAlsoNegotiates
source ยท pub fn ErrorVariantAlsoNegotiates<T>(err: T) -> Error
Expand description
Helper function that wraps any error and generates a VARIANT_ALSO_NEGOTIATES
response.