[−][src]Type Definition rustls::internal::msgs::handshake::ProtocolNameList
type ProtocolNameList = VecU16OfPayloadU8;
type ProtocolNameList = VecU16OfPayloadU8;
impl ConvertProtocolNameList for ProtocolNameList
[src]fn from_strings(names: &[String]) -> ProtocolNameList
[src]fn to_strings(&self) -> Vec<String>
[src]fn as_single_string(&self) -> Option<&str>
[src]