[][src]Function html_escape::encode_style_double_quoted_text

pub fn encode_style_double_quoted_text<S: ?Sized + AsRef<str>>(
    text: &S
) -> Cow<str>

Encode text used in a double quoted text in the <style> element.

The following substring and character are escaped:

  • </style> => <\/style>
  • " => \"