Trait GetArg
Other items inmetasploit_shim
pub trait GetArg { fn get_arg(&self, val: &str) -> Option<String>; }
fn get_arg(&self, val: &str) -> Option<String>
impl GetArg for MsfParamWrapper