Type Definition rustls::internal::msgs::handshake::ServerNameRequest[][src]

type ServerNameRequest = Vec<ServerName>;

Trait Implementations

impl Codec for ServerNameRequest[src]

impl ConvertServerNameList for ServerNameRequest[src]

fn has_duplicate_names_for_type(&self) -> bool[src]

RFC6066: “The ServerNameList MUST NOT contain more than one name of the same name_type.”