Type Alias style::selector_map::DisjointBuckets

source ·
type DisjointBuckets<'a> = SmallVec<[Bucket<'a>; 5]>;

Aliased Type§

struct DisjointBuckets<'a> { /* private fields */ }