Trait metasploit_shim::GetArg[][src]

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

Required methods

Implementors