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