pub trait ScanningDuration {
    // Required method
    fn scanning_duration(&self) -> i64;
}

Required Methods§

Implementors§