pub trait GetVerificationProgress {
    // Required method
    fn get_verification_progress(&mut self) -> f64;
}

Required Methods§

Implementors§