macro_rules! email {
($email:expr) => { ... };
}Expand description
Converts a string representation to an EmailAddress. Panics when an error occurs.
macro_rules! email {
($email:expr) => { ... };
}Converts a string representation to an EmailAddress. Panics when an error occurs.