Struct earlgrey::Grammar [] [src]

pub struct Grammar {
    pub start: String,
    pub rules: Vec<Rc<Rule>>,
}

Fields

Methods

impl Grammar
[src]

Trait Implementations

impl Clone for Grammar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Grammar
[src]

Formats the value using the given formatter.