pub type Email = String;
A type alias for a string that is appropriate to use as an email address.
struct Email { /* private fields */ }