pub trait ScanningProgress {
    // Required method
    fn scanning_progress(&self) -> f64;
}

Required Methods§

Implementors§