Closed imsnif closed 3 days ago
This is a minor fix to the plugin API - namely adding the Hash and Ord derives for the exported PaneId type to make it easier to use this type as a key in a HashMap and BTreeMap in plugins.
Hash
Ord
PaneId
HashMap
BTreeMap
This is a minor fix to the plugin API - namely adding the
Hash
andOrd
derives for the exportedPaneId
type to make it easier to use this type as a key in aHashMap
andBTreeMap
in plugins.