Struct slater::Text[][src]

pub struct Text {
    pub leaves: Vec<Leaf>,
}

Fields

Methods

impl Text
[src]

Trait Implementations

impl Debug for Text
[src]

Formats the value using the given formatter. Read more

impl Default for Text
[src]

Returns the "default value" for a type. Read more

impl Serialize for Text
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Text

impl Sync for Text