pub trait IsAbortingRescan {
    // Required method
    fn is_aborting_rescan(&self) -> bool;
}

Required Methods§

Implementors§