Function validate_phone

Source
pub fn validate_phone<T>(phone_number: T) -> bool
where T: AsRef<str>,