[][src]Module twilight_command_parser::config

Configuration for a Parser.

Provided are methods for adding commands and removing them, as well as adding prefixes and removing prefixes. You can also iterate over commands and prefixes.

Structs

CommandParserConfig

Configuration for a Parser.

Commands

Iterator over the parser configuration's immutably borrowed commands.

CommandsMut

Iterator over the parser configuration's mutably borrowed commands.

Prefixes

Iterator over the parser configuration's immutably borrowed prefixes.

PrefixesMut

Iterator over the parser configuration's mutably borrowed prefixes.