Trait addr::Domain[][src]

pub trait Domain {
    fn is_icann(&self) -> bool;
fn is_private(&self) -> bool;
fn has_known_suffix(&self) -> bool; }

Required Methods

Implementors