Trait enum_variants::Variants [] [src]

pub trait Variants: Sized {
    fn variants() -> Vec<Self>;
}

Required Methods

Implementors