kutil_cli

Trait HasExit

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

For types that can optionally have an Exit.

Required Methods§

Source

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

Return the Exit if it exists.

Implementors§