Type Alias amplify::confinement::TinyHashSet

source ·
pub type TinyHashSet<T> = Confined<HashSet<T>, ZERO, U8>;
Expand description

HashSet with maximum 255 items of type T.

Aliased Type§

struct TinyHashSet<T>(/* private fields */);