pub fn platform_sensor(iface: Option<String>) -> Box<dyn LinkSensor + Send>
Construct the best link sensor for this platform. iface names the interface to watch (Linux); None auto-detects the first non-loopback up interface.
iface
None