Type Alias CommandExecutionClosure

Source
pub type CommandExecutionClosure = Box<fn(&ConstructDid, &CommandSpecification, &ValueStore, &Sender<BlockEvent>) -> CommandExecutionFutureResult>;

Aliased Typeยง

struct CommandExecutionClosure(/* private fields */);