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
fn from_strings(names: &[String]) -> Self
fn to_strings(&self) -> Vec<String>
fn to_single_string(&self) -> Option<String>
Implementors
impl ConvertProtocolNameList for ProtocolNameList