Struct cdc::HashedChunk [] [src]

pub struct HashedChunk<H> {
    pub hash: H,
    pub level: usize,
}

Example of type to use with the generic structures below.

Fields