pub type Messages = HashMap<i32, Message>;
This type alias represent the messages stored in the mailbox
pub struct Messages { /* private fields */ }