Function actix_web::error::ErrorVariantAlsoNegotiates[][src]

pub fn ErrorVariantAlsoNegotiates<T>(err: T) -> Error where
    T: Debug + Display + 'static, 

Helper function that wraps any error and generates a VARIANT_ALSO_NEGOTIATES response.