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