Type Alias donet_core::parser::ast::ClassFields
source · 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 */ }