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

pub trait ConvertProtocolNameList {
    fn from_strings(names: &[String]) -> Self;
fn to_strings(&self) -> Vec<String>;
fn as_single_string(&self) -> Option<&str>; }

Required methods

fn from_strings(names: &[String]) -> Self

fn to_strings(&self) -> Vec<String>

fn as_single_string(&self) -> Option<&str>

Loading content...

Implementors

impl ConvertProtocolNameList for ProtocolNameList[src]

Loading content...