Struct rs_transducers::transducers::ReplaceReducer [] [src]

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

Trait Implementations

impl<'a, R, I, OF, E> Reducing<I, OF, E> for ReplaceReducer<R, I> where
    I: Eq + Hash + Clone,
    R: Reducing<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