Struct rustdoc::html::markdown::MarkdownWithToc[][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>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MarkdownWithToc<'a>

impl<'a> Sync for MarkdownWithToc<'a>