WithSetup

Trait WithSetup 

Source
pub trait WithSetup {
    // Provided method
    fn setup(&self) -> Setup { ... }
}

Provided Methods§

Source

fn setup(&self) -> Setup

Setup to drive the iterator with.

Implementors§