Struct rustdoc::html::escape::Escape
[−]
[src]
pub struct Escape<'a>(pub &'a str);
🔬 This is a nightly-only experimental API. (
rustdoc
)Wrapper struct which will emit the HTML-escaped version of the contained string when passed to a format string.