Module shadow_rs::utility::once_set

source ·

Structs§

  • A HashSet that only allows insertions and uses interior mutablity. This allows it to be used in a global static.