pub trait DynOperationProgress { // Required methods fn update(&mut self, operation: String, percent: f32); fn done(&mut self); }
Customize the output of operation progress on things like opening the cache.