Struct rs_transducers::transducers::PartitionReducer [] [src]

pub struct PartitionReducer<RF, T> { /* fields omitted */ }

Trait Implementations

impl<R, I, OF, E> Reducing<I, OF, E> for PartitionReducer<R, I> where
    R: Reducing<Vec<I>, OF, E>, 
[src]

The type of each value after the reducing function

Transducers must call the underlying init TODO: may not be required at all. Not currently used by any implementation Read more

Each step, may fail TODO: the return type to contain an indicator of early termination Read more

Transducers must call the underlying complete