Struct rustdoc::html::escape::Escape[][src]

pub struct Escape<'a>(pub &'a str);

Wrapper struct which will emit the HTML-escaped version of the contained string when passed to a format string.

Trait Implementations

impl<'a> Display for Escape<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Escape<'a>

impl<'a> Sync for Escape<'a>