Trait ConvertServerNameList
rustls::internal::msgs::handshake
pub trait ConvertServerNameList { fn has_duplicate_names_for_type(&self) -> bool; fn get_single_hostname(&self) -> Option<DNSNameRef<'_>>; }
fn has_duplicate_names_for_type(&self) -> bool
fn get_single_hostname(&self) -> Option<DNSNameRef<'_>>
impl ConvertServerNameList for ServerNameRequest
RFC6066: “The ServerNameList MUST NOT contain more than one name of the same name_type.”