Type Alias TeeForDigest

Source
pub type TeeForDigest<'a, D> = Tee<WindowedInfinity<'a>, WritableDigest<D>>;
Expand description

Return type for WindowedInfinity::tee_digest()

This implements all the same writers as WindowedInfinity, and can be destructured .into_windowed_and_digest(self) -> (WindowedInfinity, D).

Aliased Typeยง

pub struct TeeForDigest<'a, D> { /* private fields */ }