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