Searched refs:MissingArgument (Results 1 – 1 of 1) sorted by relevance
16 MissingArgument(String), enumerator37 MissingArgument(subcommand) => write!(f, "Missing argument for {}", subcommand), in fmt()318 .ok_or_else(|| Error::MissingArgument("set_volume".to_string()))?; in parse()334 .ok_or_else(|| Error::MissingArgument("set_mute".to_string()))?; in parse()