Skip to main content

VirtualCommandHandler

Type Alias VirtualCommandHandler 

Source
pub type VirtualCommandHandler = fn(CommandContext) -> Pin<Box<dyn Future<Output = CommandResult> + Send>>;
Expand description

Type for virtual command handler functions