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