pub type DataCategories = SmallVec<[DataCategory; 8]>;
Expand description
An efficient container for data categories that avoids allocations.
DataCategories
is to be treated like a set.
Aliased Typeยง
struct DataCategories { /* private fields */ }
pub type DataCategories = SmallVec<[DataCategory; 8]>;
An efficient container for data categories that avoids allocations.
DataCategories
is to be treated like a set.
struct DataCategories { /* private fields */ }