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.
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.
impl<'a> Show for Escape<'a>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).