Type Alias relay_quotas::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 */ }