pub type Task<M> = Task<Message<M>>;
Commands for COSMIC applications.
struct Task<M>(/* private fields */);