fn user_id_matches_domain(
userid: &str,
identity_domain_name: &DomainName,
) -> boolExpand description
Checks whether an OpenPGP User ID matches a domain name.
Returns true if userid has a domain part, and it matches identity_domain_name, false
otherwise.