Struct slater::Leaf[][src]

pub struct Leaf {
    pub text: String,
}

Fields

Methods

impl Leaf
[src]

Trait Implementations

impl Debug for Leaf
[src]

Formats the value using the given formatter. Read more

impl Serialize for Leaf
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Leaf

impl Sync for Leaf