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

Trait Implementations

impl<H: Debug> Debug for HashedChunk<H>
[src]

[src]

Formats the value using the given formatter.