pub trait Message: Debug + Send + Sync + 'static { }
Message collects the necessary requirements for messages that are deposited into mailboxes.