Searched defs:CommandFunction (Results 1 – 5 of 5) sorted by relevance
31 using CommandFunction = zucchini::status::Code (*)(MainParams); variable
55 using CommandFunction = std::function<std::pair<bool, bool>()>; typedef
67 type CommandFunction = fn(&mut CommandHandler, &[String]) -> CommandResult; typedef
1585 using CommandFunction = std::function<int(CommandParameters&)>; typedef