[][src]Function show_notes::e021::send

pub fn send(_to_address: Email)

A simple function showing you can use a String where an Email is required.

send(String::from("[email protected]"));