[][src]Type Definition serenity::framework::standard::HelpCommandFn

type HelpCommandFn = fn(_: &mut Context, _: &Message, _: Args, _: &'static HelpOptions, _: &[&'static CommandGroup], _: HashSet<UserId>) -> CommandResult;