Struct commodore::MatchCommand [] [src]

pub struct MatchCommand(pub String);

A direct command matcher

Trait Implementations

impl Matcher for MatchCommand
[src]

returns of tuple of optional captures and an indicator for whether or not the provided command is matched Read more