Module CommandProvider

Module CommandProvider 

Source
Expand description

§CommandProvider Implementation

Implements the CommandExecutor trait for the MountainEnvironment. This provider contains the core logic for managing the command registry and dispatching command execution to either native Rust handlers or proxied sidecar handlers.

Enums§

CommandHandler
An enum representing the different ways a command can be handled.