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

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

Required Methods

Implementors