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