OptionGroup64

Type Alias OptionGroup64 

Source
pub type OptionGroup64<T> = OptionGroup<u64, T>;
Expand description

A group of up to 64 Options with the discriminants packed into a single u64.

Aliased Typeยง

pub struct OptionGroup64<T> { /* private fields */ }