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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§