Trait efficient_enum::TagOptions [] [src]

pub trait TagOptions {
    type Options: Copy + Eq + Debug;
}

A trait for getting the number of options associated with a TaggableValue of a specific size

Associated Types

Implementors