pub trait PrunerConfig {
// Provided methods
fn set_pruning_config(&mut self, _cfg: PrunerCfg) { ... }
fn get_pruning_config(&self) -> Option<PrunerCfg> { ... }
}
pub trait PrunerConfig {
// Provided methods
fn set_pruning_config(&mut self, _cfg: PrunerCfg) { ... }
fn get_pruning_config(&self) -> Option<PrunerCfg> { ... }
}