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

pub struct MarkdownSummaryLine<'a>(pub &'a str, pub &'a [(String, String)]);

A unit struct like Markdown, that renders only the first paragraph.

Trait Implementations

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MarkdownSummaryLine<'a>

impl<'a> Sync for MarkdownSummaryLine<'a>