#[derive(Debug, Clone, Default)] pub struct PruneResult { pub packed_refs: u64, } #[derive(Debug, Clone, Default)] pub struct CleanupStats { pub removed_internal_refs: u64, }