pub trait HavePruned {
    fn have_pruned(&mut self) -> bool;
}

Required Methods§

| Check if any block has been pruned. |

Implementors§