Macro http_error_conflict

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

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