amplify::confinement

Type Alias TinyHashMap

Source
pub type TinyHashMap<K, V> = Confined<HashMap<K, V>, ZERO, U8>;
Expand description

HashMap with maximum 255 items.

Aliased Typeยง

struct TinyHashMap<K, V>(/* private fields */);