[][src]Function honeycomb::basic::email

pub fn email() -> Parser<(String, String)>

Parses an email address and returns the component preceding the '@' symbol and the domain following the '@' symbol as a tuple.