pub trait GenesisProgressInspect<Description> {
// Required method
fn genesis_progress(&self, key: &str) -> Option<usize>;
}pub trait GenesisProgressInspect<Description> {
// Required method
fn genesis_progress(&self, key: &str) -> Option<usize>;
}