pub trait Variants<V> {
    fn variants() -> Iter<'static, V>
    where
        V: Sized
; }
Available on crate feature curr only.
Expand description

Iter defines types that have variants that can be iterated.

Required Methods§

Implementors§