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

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

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

Trait Implementations

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

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

Formats the value using the given formatter.