Function html_escape::decode_style
source · pub fn decode_style<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Expand description
Decode text from the <style>
element.
The following substring is unescaped:
<\/style>
=></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>