pub trait CsvHashTaskSpawnerBuilder<T> {
    fn build(self) -> T;
}

Required Methods§

Implementors§