Enum rustdoc::html::markdown::Line [−][src]
Controls whether a line will be hidden or shown in HTML output.
All lines are used in documentation tests.
Variants
Hidden(&'a str)
Shown(Cow<'a, str>)
Methods
impl<'a> Line<'a>
[src]
impl<'a> Line<'a>