[]Trait yukikaze::connector::rustls::internal::msgs::handshake::ConvertServerNameList

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl ConvertServerNameList for Vec<ServerName>

Loading content...

Implementors

Loading content...