Skip to main content

HostProbe

Trait HostProbe 

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

Trait for probing host system information.

Required Methods§

Source

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

Probe the current host and return system information.

Implementors§