pub type VirtualCommandHandler = fn(CommandContext) -> Pin<Box<dyn Future<Output = CommandResult> + Send>>;Expand description
Type for virtual command handler functions
pub type VirtualCommandHandler = fn(CommandContext) -> Pin<Box<dyn Future<Output = CommandResult> + Send>>;Type for virtual command handler functions