Skip to main content

SetData

Type Alias SetData 

Source
pub type SetData = KevySet<SmallBytes>;
Expand description

Backing structure for a Set value โ€” KevySet of SmallBytes.

Aliased Typeยง

pub struct SetData(/* private fields */);