Type Definition sway_core::AttributesMap
source · [−]pub type AttributesMap = Arc<HashMap<AttributeKind, Vec<Attribute>>>;Expand description
Stores the attributes associated with the type.
pub type AttributesMap = Arc<HashMap<AttributeKind, Vec<Attribute>>>;Stores the attributes associated with the type.