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

Required Methods§

Implementors§