Trait hyper_static_server::rustls::internal::msgs::handshake::ConvertProtocolNameList[]

pub trait ConvertProtocolNameList {
    pub fn from_slices(names: &[&[u8]]) -> Self;
pub fn to_slices(&self) -> Vec<&[u8], Global>;
pub fn as_single_slice(&self) -> Option<&[u8]>; }

Required methods

pub fn from_slices(names: &[&[u8]]) -> Self

pub fn to_slices(&self) -> Vec<&[u8], Global>

pub fn as_single_slice(&self) -> Option<&[u8]>

Loading content...

Implementations on Foreign Types

impl ConvertProtocolNameList for Vec<PayloadU8, Global>

Loading content...

Implementors

Loading content...