Enum rustdoc::html::markdown::Line[][src]

enum Line<'a> {
    Hidden(&'a str),
    Shown(&'a str),
}

Controls whether a line will be hidden or shown in HTML output.

All lines are used in documentation tests.

Variants

Methods

impl<'a> Line<'a>
[src]

Auto Trait Implementations

impl<'a> Send for Line<'a>

impl<'a> Sync for Line<'a>