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§
struct TeeForDigest<'a, D> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.