Struct pirate::matches::Matches [] [src]

pub struct Matches {
    // some fields omitted
}

Methods

impl Matches
[src]

fn new() -> Matches

fn insert(&mut self, arg: &str, value: &str)

fn get(&self, arg: &str) -> Option<&String>

fn has_arg(&self, arg: &str) -> bool

fn args(&self) -> Keys<StringString>