[][src]Trait bolero_engine::Engine

pub trait Engine<T: Test> {
    type Output;
    fn set_driver_mode(&mut self, mode: DriverMode);
fn run(self, test: T) -> Self::Output; }

Associated Types

type Output

Loading content...

Required methods

fn set_driver_mode(&mut self, mode: DriverMode)

fn run(self, test: T) -> Self::Output

Loading content...

Implementors

impl<T: Test> Engine<T> for RngEngine where
    T::Value: 'static + Debug + Send
[src]

type Output = ()

Loading content...