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