kutil_cli

Trait HasExit

Source
pub trait HasExit {
    // Required method
    fn get_exit(&self) -> Option<&Exit>;
}

Required Methods§

Source

fn get_exit(&self) -> Option<&Exit>

Implementors§