Enum org_parser::Element[][src]

pub enum Element {
    N(Node),
    B(Block),
    T(Text),
    L(List),
}

Variants

Auto Trait Implementations

impl Send for Element

impl Sync for Element