http_error_http_version_not_supported

Macro http_error_http_version_not_supported 

Source
macro_rules! http_error_http_version_not_supported {
    ($($arg:tt)*) => { ... };
}
Expand description

Constructs an Error with hyper::StatusCode::HTTP_VERSION_NOT_SUPPORTED from a string or existing non-anyhow error value.