Function show_notes::e021::send
source ยท pub fn send(_to_address: Email)Expand description
A simple function showing you can use a String where an Email is required.
send(String::from("hello@newrustacean.com"));pub fn send(_to_address: Email)A simple function showing you can use a String where an Email is required.
send(String::from("hello@newrustacean.com"));