1 2 3 4 5 6
#[derive(Debug, Clone, Copy)] pub struct ChunkOutcome { pub next_offset: u64, pub total_size: u64, pub done: bool, }