Type Definition ProtocolNameList
rustls::internal::msgs::handshake
type ProtocolNameList = VecU16OfPayloadU8;
impl ConvertProtocolNameList for ProtocolNameList
fn from_slices(names: &[&[u8]]) -> ProtocolNameList
fn to_slices(&self) -> Vec<&[u8]>
fn as_single_slice(&self) -> Option<&[u8]>