[][src]Trait kayrx::secure::tls::rust_tls::internal::msgs::handshake::ConvertProtocolNameList

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

Required methods

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

fn to_vecs(&self) -> Vec<Vec<u8>>

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

Loading content...

Implementations on Foreign Types

impl ConvertProtocolNameList for Vec<PayloadU8>[src]

Loading content...

Implementors

Loading content...