CommandHandlerFn

Type Alias CommandHandlerFn 

Source
pub type CommandHandlerFn = Box<dyn Fn(RpcResponseHandler) -> bool + Send + Sync>;
Expand description

Callback type for command handlers.

Aliased Typeยง

pub struct CommandHandlerFn(/* private fields */);