Struct cdc::Chunk [] [src]

pub struct Chunk {
    pub index: u64,
    pub size: u64,
    pub separator_hash: u64,
}

Fields