Function sysmonk::resources::processor::get_processor_info_darwin

source ·
fn get_processor_info_darwin(lib_path: &str) -> Result<String, &'static str>
Expand description

Function to get processor information.

§Arguments

  • lib_path - The path to the library used to get processor information.

§Returns

A Option containing the processor information if successful, otherwise None.