pub fn domain_str(s: &str) -> Option<&str>Expand description
Look up the organizational (registrable) domain.
The caller is expected to pass an already-normalized domain (typically
via normalize_domain); the returned slice borrows from s.
pub fn domain_str(s: &str) -> Option<&str>Look up the organizational (registrable) domain.
The caller is expected to pass an already-normalized domain (typically
via normalize_domain); the returned slice borrows from s.