pub trait NetworkInterfaceConfig { fn show() -> Result<Vec<NetworkInterface>>; }
List system’s network interfaces configuration