Module assert_email_address

Source
Expand description

Assert expression is possibly an email address or not.

§Example

use assertables::*;

let a = "hello@example.com";
assert_email_address!(a);

Modules§

assert_email_address
Assert expression is possibly an email address.
assert_not_email_address
Assert expression is possibly not an email address.