Skip to main content

Module node

Module node 

Source
Expand description

Command graph nodes and registration errors.

StructsΒ§

CommandNode πŸ”’
One node stored in the dispatcher’s arena.
CommandRedirect πŸ”’
CommandRequirement πŸ”’
A source predicate attached to a command node.
NodeId πŸ”’
Identifies a node in one command dispatcher.
RegistrationError πŸ”’
A command registration failure.
UnregisteredCommandNode πŸ”’

EnumsΒ§

CommandNodeData πŸ”’
CommandRedirectTarget πŸ”’
Selects either an existing dispatcher node or the root currently being registered.
CommandRequirementKind πŸ”’
Why a command node has a source requirement.
NodeKind πŸ”’
The externally relevant category of a command node.
RegistrationErrorKind πŸ”’
Identifies why command registration failed.

FunctionsΒ§

merge_or_push πŸ”’
redirects_are_compatible πŸ”’

Type AliasesΒ§

RequirementPredicate πŸ”’