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