pub type CommandHandler = Arc<dyn Fn(CommandContext) -> CommandFuture + Send + Sync>;Expand description
Shared command handler used by RuntimeCommandSpec.
Aliased Typeยง
pub struct CommandHandler { /* private fields */ }pub type CommandHandler = Arc<dyn Fn(CommandContext) -> CommandFuture + Send + Sync>;Shared command handler used by RuntimeCommandSpec.
pub struct CommandHandler { /* private fields */ }