Struct gdl_parser::Description
[−]
[src]
pub struct Description { pub clauses: Vec<Clause>, }
A GDL description. Contains a vector of Clause
s, which are the top-level statements in
a GDL description.
Fields
clauses |
Methods
impl Description
fn new(clauses: Vec<Clause>) -> Description
Constructs a new description from a vector of Clause
s