MCPcopy Create free account
hub / github.com/HFQR/xitca-web / feature_error_fmt

Function feature_error_fmt

http-encoding/src/error.rs:47–49  ·  view source on GitHub ↗
(encoding: impl fmt::Display, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

45#[cold]
46#[inline(never)]
47fn feature_error_fmt(encoding: impl fmt::Display, f: &mut fmt::Formatter<'_>) -> fmt::Result {
48 write!(f, "Content-Encoding: {encoding} is not supported.")
49}
50
51impl error::Error for FeatureError {}
52

Callers 1

fmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected