Struct transducers::Identity [] [src]

pub struct Identity;

The identity transducer.

Methods

impl Identity
[src]

Produces the identity transducer.

Trait Implementations

impl<'t, R: 't, T: 't> Transducer<'t, R, T, T> for Identity
[src]

The type of step that application of the transducer produces.

Applies the transducer to the step function to obtain a new step function.