Type Definition windowed_infinity::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).