GetArg

Trait GetArg 

Source
pub trait GetArg {
    // Required method
    fn get_arg(&self, val: &str) -> Option<String>;
}

Required Methods§

Source

fn get_arg(&self, val: &str) -> Option<String>

Implementors§