Trait rustls::internal::msgs::handshake::ConvertServerNameList    
                   
                       [−]
                   
               [src]
pub trait ConvertServerNameList {
    fn get_hostname(&self) -> Option<&str>;
}
            Required Methods
fn get_hostname(&self) -> Option<&str>
Implementors
impl ConvertServerNameList for ServerNameRequest