Trait rustls::internal::msgs::handshake::ConvertProtocolNameList [−][src]
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>
Implementors
impl ConvertProtocolNameList for ProtocolNameList