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

Method inline_to

css-inline/src/lib.rs:586–588  ·  view source on GitHub ↗
(&self, html: &str, target: &mut W)

Source from the content-addressed store, hash-verified

584 /// using the same inliner panicked while resolving external stylesheets.
585 #[inline]
586 pub fn inline_to<W: Write>(&self, html: &str, target: &mut W) -> Result<()> {
587 self.inline_to_impl(html, None, target, InliningMode::Document)
588 }
589
590 /// Inline CSS into an HTML fragment.
591 ///

Callers 5

mainFunction · 0.80
inlineMethod · 0.80
inline_toFunction · 0.80
css_inline_toFunction · 0.80

Calls 1

inline_to_implMethod · 0.80

Tested by

no test coverage detected