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

Required methods

Implementors