Function html_escape::decode_html_entities[][src]

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

Decode html entities in a given string.