Function css_inline::inline_to[][src]

pub fn inline_to<W: Write>(
    html: &str,
    target: &mut W
) -> Result<(), InlineError>
Expand description

Shortcut for inlining CSS with default parameters and writing the output to a generic writer.