relay_quotas

Type Alias DataCategories

source
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 */ }