Struct rustdoc::html::markdown::MarkdownExperimental [-]  [+] [src]

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

A unit struct which has the fmt::Show trait implemented. When formatted, this struct will emit the HTML corresponding to the rendered version of the contained markdown string.

Trait Implementations

impl<'a> Show for Markdown<'a>

fn fmt(&self, fmt: &mut Formatter) -> Result