pub trait ConvertServerNameList {
    // Required methods
    fn has_duplicate_names_for_type(&self) -> bool;
    fn get_single_hostname(&self) -> Option<DnsNameRef<'_>>;
}

Required Methods§

Implementors§