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

Method resolver

css-inline/src/lib.rs:427–430  ·  view source on GitHub ↗
(mut self, resolver: Arc<dyn StylesheetResolver>)

Source from the content-addressed store, hash-verified

425 /// Set the way to resolve stylesheets from various sources.
426 #[must_use]
427 pub fn resolver(mut self, resolver: Arc<dyn StylesheetResolver>) -> Self {
428 self.resolver = resolver;
429 self
430 }
431
432 /// Remove selectors that were successfully inlined from inline `<style>` blocks.
433 #[must_use]

Callers 2

test_cacheFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_cacheFunction · 0.64