pub trait HostProbe {
// Required method
fn probe(&self, options: &HostProbeOptions) -> HostInfo;
}Expand description
Trait for probing host system information.
Required Methods§
Sourcefn probe(&self, options: &HostProbeOptions) -> HostInfo
fn probe(&self, options: &HostProbeOptions) -> HostInfo
Probe the current host and return system information.