windowed_infinity

Type Alias 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>).

Aliased Type§

struct TeeForCrc<'a, 'c, W> { /* 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.