pub type InstructionHandler = Box<dyn FnOnce(HandlerContext) -> BoxFuture<'static, InstructionReply> + Send>;
Expand description
Handler of the instruction.
Aliased Typeยง
struct InstructionHandler(/* private fields */);
pub type InstructionHandler = Box<dyn FnOnce(HandlerContext) -> BoxFuture<'static, InstructionReply> + Send>;
Handler of the instruction.
struct InstructionHandler(/* private fields */);