[][src]Trait bolero_generator::one_of::OneOfExt

pub trait OneOfExt {
    type Generator;
    fn one_of(self) -> OneOf<Self::Generator>;
}

Extensions for picking a generator from a set of generators

Associated Types

Loading content...

Required methods

fn one_of(self) -> OneOf<Self::Generator>

Pick a generator for the provided set of generators

Loading content...

Implementors

impl<O: OneOfGenerator> OneOfExt for O[src]

type Generator = O

Loading content...