Enum slater::Node[][src]

pub enum Node {
    Document(Document),
    Block(Block),
    Inline(Inline),
    Text(Text),
    Unknown(String),
}

Variants

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter. Read more

impl<'de> Deserialize<'de> for Node
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Node

impl Sync for Node