[][src]Function html_escape::decode_style_to_string

pub fn decode_style_to_string<S: AsRef<str>>(
    text: S,
    output: &mut String
) -> &str

Decode style text in a given string to a mutable String reference and return the decoded string slice. Unescape <\/style> to </style>.