macro_rules! http_error_uri_too_long {
($($arg:tt)*) => { ... };
}Expand description
Constructs an Error with hyper::StatusCode::URI_TOO_LONG from a string or existing non-anyhow error value.
macro_rules! http_error_uri_too_long {
($($arg:tt)*) => { ... };
}Constructs an Error with hyper::StatusCode::URI_TOO_LONG from a string or existing non-anyhow error value.