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

type HelpFunction = fn(_: &mut Context, _: &Message, _: &HelpOptions, _: HashMap<String, Arc<CommandGroup>>, _: &Args) -> Result<(), Error>;