Skip to main content

RepairCallback

Type Alias RepairCallback 

Source
pub type RepairCallback = Arc<dyn Fn(&RepairReport) + Send + Sync>;
Expand description

Called with a report every time a repair rebuilds the database

Aliased Typeยง

pub struct RepairCallback { /* private fields */ }