Type Definition rustls::internal::msgs::handshake::ProtocolNameList [−][src]
type ProtocolNameList = VecU16OfPayloadU8;
Trait Implementations
impl ConvertProtocolNameList for ProtocolNameList[src]
impl ConvertProtocolNameList for ProtocolNameListfn from_strings(names: &[String]) -> ProtocolNameList[src]
fn from_strings(names: &[String]) -> ProtocolNameListfn 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>