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

pub trait ConvertServerNameList {
    fn get_hostname(&self) -> Option<DNSNameRef>;
}

Required Methods

Implementors