Module twilight_command_parser::config[][src]

Expand description

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

Configuration for a Parser.

Iterator over the parser configuration’s immutably borrowed commands.

Iterator over the parser configuration’s mutably borrowed commands.

Iterator over the parser configuration’s immutably borrowed prefixes.

Iterator over the parser configuration’s mutably borrowed prefixes.