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

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

Required methods

fn get_hostname(&self) -> Option<DNSNameRef>

Loading content...

Implementors

impl ConvertServerNameList for ServerNameRequest[src]

Loading content...