[][src]Trait bolero_generator::one_of::OneValueOfExt

pub trait OneValueOfExt {
    type Generator;
    fn one_value_of(self) -> OneValueOf<Self::Generator>;
}

Extensions for picking a value from a set of values

Associated Types

Loading content...

Required methods

fn one_value_of(self) -> OneValueOf<Self::Generator>

Pick a value for the provided set of values

Loading content...

Implementors

impl<O: OneValueOfGenerator> OneValueOfExt for O[src]

type Generator = O

Loading content...