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

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

A unit struct like Markdown, that renders the markdown with a table of contents.

Trait Implementations

impl<'a> Display for MarkdownWithToc<'a>

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