Struct slater::Inline[][src]

pub struct Inline {
    pub nodes: Vec<Node>,
}

Fields

Methods

impl Inline
[src]

Trait Implementations

impl Debug for Inline
[src]

Formats the value using the given formatter. Read more

impl Default for Inline
[src]

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

impl Serialize for Inline
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Inline

impl Sync for Inline