datanode::heartbeat::handler

Type Alias InstructionHandler

Source
pub type InstructionHandler = Box<dyn FnOnce(HandlerContext) -> BoxFuture<'static, InstructionReply> + Send>;
Expand description

Handler of the instruction.

Aliased Typeยง

struct InstructionHandler(/* private fields */);