Type Definition windowed_infinity::TeeForCrc

source ·
pub type TeeForCrc<'a, 'c, W> = Tee<WindowedInfinity<'a>, WritableCrc<'c, W>>;
Expand description

Return type for WindowedInfinity::tee_crc32() and 64

This implements all the same writers as WindowedInfinity, and can be destructured .into_windowed_and_crc(self) -> (WindowedInfinity, crc::Digest<'c, W>).