Function serde_email::is_valid_email
source ยท pub fn is_valid_email<S>(raw: S) -> bool
Expand description
Tests if the given string is a valid email or not.
The underlying implementation is by the email_address crate.
pub fn is_valid_email<S>(raw: S) -> bool
Tests if the given string is a valid email or not.
The underlying implementation is by the email_address crate.