Trait aim::tls::TLSTrait

source · []
pub trait TLSTrait {
    fn has_tls(host: &str, port: &str) -> bool;
}

Required Methods

Implementors