Function html_escape::decode_style[][src]

pub fn decode_style<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>

Decode text from the <style> element.

The following substring is unescaped:

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