Macro hyper_middleware::length_required
source · macro_rules! length_required {
($($arg:tt)*) => { ... };
}Expand description
Construct an Error with StatusCode::LENGTH_REQUIRED from a string or existing non-anyhow error value.