[][src]Trait powerset_enum_traits::WithVariant

pub trait WithVariant<T> {
type With;
    fn add_possibility(self) -> Self::With;
}

Associated Types

type With

Loading content...

Required methods

fn add_possibility(self) -> Self::With

Loading content...

Implementors

Loading content...