pub trait InterfaceDetailsIface {
    fn get_wmi_nicconfig_details(&self) -> Option<String>;
}

Required Methods§

Implementors§