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"));