Type Definition move_model::ast::PropertyBag
source · pub type PropertyBag = BTreeMap<Symbol, PropertyValue>;
Expand description
Specifications
A set of properties stemming from pragmas.
pub type PropertyBag = BTreeMap<Symbol, PropertyValue>;
A set of properties stemming from pragmas.