pub fn decode_style<S: ?Sized + AsRef<str>>(text: &S) -> Cow<'_, str>
Decode text from the <style> element.
<style>
The following substring is unescaped:
<\/style>
</style>