pub trait ChunkHashErrorHandler: Send + Sync { // Required method fn on_hash_error(&self, chunk_id: &ChunkId, path: &str); }