pub type ServerNameRequest = Vec<ServerName>;
Aliased Type§
struct ServerNameRequest { /* private fields */ }
Trait Implementations§
Source§impl Codec for ServerNameRequest
impl Codec for ServerNameRequest
Source§impl ConvertServerNameList for ServerNameRequest
impl ConvertServerNameList for ServerNameRequest
Source§fn has_duplicate_names_for_type(&self) -> bool
fn has_duplicate_names_for_type(&self) -> bool
RFC6066: “The ServerNameList MUST NOT contain more than one name of the same name_type.”