Trait rustls::internal::msgs::handshake::ConvertServerNameList [−][src]
pub trait ConvertServerNameList {
fn get_hostname(&self) -> Option<DNSNameRef<'_>>;
}Required methods
fn get_hostname(&self) -> Option<DNSNameRef<'_>>[src]
Implementors
impl ConvertServerNameList for ServerNameRequest[src]
impl ConvertServerNameList for ServerNameRequest[src]