Macro phf::phf_ordered_set
source · [−]phf_ordered_set!() { /* proc-macro */ }Expand description
Macro to create a static (compile-time) OrderedSet.
Requires the macros feature. Same usage as phf_set.
phf_ordered_set!() { /* proc-macro */ }Macro to create a static (compile-time) OrderedSet.
Requires the macros feature. Same usage as phf_set.