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

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

Required Methods

Implementors