Skip to main content

Band

Type Alias Band 

Source
type Band<'a> = SmallVec<[&'a EventId; 1]>;

Aliased Typeยง

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