pub trait WithSetup { // Provided method fn setup(&self) -> Setup { ... } }
Setup to drive the iterator with.