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

Required Methods§

source

fn is_scanning(&self) -> bool

Implementors§