MCPcopy Create free account
hub / github.com/Stranger6667/css-inline / unsupported

Method unsupported

css-inline/src/resolver.rs:68–70  ·  view source on GitHub ↗

Return the "Unsupported" kind of error.

(&self, reason: &str)

Source from the content-addressed store, hash-verified

66 }
67 /// Return the "Unsupported" kind of error.
68 fn unsupported(&self, reason: &str) -> InlineError {
69 std::io::Error::new(ErrorKind::Unsupported, reason).into()
70 }
71}
72
73/// Default stylesheet resolver.

Callers 3

retrieve_from_urlMethod · 0.80
retrieve_from_pathMethod · 0.80
retrieveMethod · 0.80

Implementers 4

resolver.rscss-inline/src/resolver.rs
test_cachecss-inline/tests/test_inlining.rs
test_resolver_without_implementationcss-inline/tests/test_inlining.rs
try_frombindings/javascript/src/options.rs

Calls

no outgoing calls

Tested by

no test coverage detected