[][src]Function html_escape::decode_style

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>