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