Struct rustdoc::html::markdown::MarkdownHtml[][src]

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

A unit struct like Markdown, that renders the markdown escaping HTML tags.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MarkdownHtml<'a>

impl<'a> Sync for MarkdownHtml<'a>