pub type ClassFields = Vec<AtomicOrMolecular>;
Expand description
Paired with the optional_class_fields
production in the Context Free Grammar.
Aliased Typeยง
struct ClassFields { /* private fields */ }
pub type ClassFields = Vec<AtomicOrMolecular>;
Paired with the optional_class_fields
production in the Context Free Grammar.
struct ClassFields { /* private fields */ }