pub type OptionGroup8<T> = OptionGroup<u8, T>;
Expand description

A group of up to eight Options with the discriminants packed into a single u8.