pub trait GetImporting {
    // Required method
    fn get_importing(&mut self) -> bool;
}

Required Methods§

source

fn get_importing(&mut self) -> bool

Implementors§