[][src]Trait kayrx::secure::tls::rust_tls::internal::msgs::handshake::ConvertServerNameList

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

Required methods

Loading content...

Implementations on Foreign Types

impl ConvertServerNameList for Vec<ServerName>[src]

Loading content...

Implementors

Loading content...