Struct rustdoc::clean::cfg::Html[][src]

struct Html<'a>(&'a Cfg, bool);

Pretty-print wrapper for a Cfg. Also indicates whether the "short-form" rendering should be used.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Html<'a>

impl<'a> !Sync for Html<'a>