Trait FootnoteTypeExt

Source
pub trait FootnoteTypeExt {
    // Required methods
    fn is_auto(&self) -> bool;
    fn is_symbol(&self) -> bool;
    fn footnote_type(&self) -> FootnoteType;
}

Required Methods§

Source

fn is_auto(&self) -> bool

Is this an auto-numbered footnote?

Source

fn is_symbol(&self) -> bool

Is this a symbolic footnote and not a numeric one?

Source

fn footnote_type(&self) -> FootnoteType

The footnote type independent of whether the footnote is auto-numbered.

Implementations on Foreign Types§

Source§

impl FootnoteTypeExt for Option<FootnoteType>

Implementors§