pub(super) type Command = Box<dyn FnOnce(&mut Instance) + Send>;
A command sent to an Instance task.
Instance
pub(super) struct Command(/* private fields */);