Struct tracery::Grammar [] [src]

pub struct Grammar { /* fields omitted */ }

Represents a single grammar

This is the main data type used with this library.

Methods

impl Grammar
[src]

Trait Implementations

impl Debug for Grammar
[src]

Formats the value using the given formatter.

impl Default for Grammar
[src]

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

impl Flatten for Grammar
[src]