Skip to main content

HostProbe

Trait HostProbe 

Source
pub trait HostProbe {
    // Required method
    fn probe(&self, options: &HostProbeOptions) -> HostInfo;
}
Expand description

Host fingerprinting and metadata collection.

Required Methods§

Source

fn probe(&self, options: &HostProbeOptions) -> HostInfo

Implementors§