Trait WithVariant

Source
pub trait WithVariant<T> {
    type With;

    // Required method
    fn add_possibility(self) -> Self::With;
}

Required Associated Types§

Required Methods§

Source

fn add_possibility(self) -> Self::With

Implementors§