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

Method extra_css

css-inline/src/lib.rs:413–416  ·  view source on GitHub ↗
(mut self, extra_css: Option<Cow<'a, str>>)

Source from the content-addressed store, hash-verified

411 /// Set additional CSS to inline.
412 #[must_use]
413 pub fn extra_css(mut self, extra_css: Option<Cow<'a, str>>) -> Self {
414 self.extra_css = extra_css;
415 self
416 }
417
418 /// Set the initial node capacity for HTML tree.
419 #[must_use]

Callers 2

use_builderFunction · 0.80
build_inlinerFunction · 0.80

Calls

no outgoing calls

Tested by 1

use_builderFunction · 0.64