Struct markdown_toc::Heading[][src]

pub struct Heading {
    pub depth: usize,
    pub title: String,
}

Fields

Methods

impl Heading
[src]

Trait Implementations

impl FromStr for Heading
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for Heading

impl Sync for Heading