Trait pirate::Match [] [src]

pub trait Match {
    fn get(&self, arg: &str) -> Option<&String>;
    fn has_match(&self, arg: &str) -> bool;
    fn matches(&self) -> Keys<String, String>;
}

Required Methods

Implementors