udev_device_get_syspath

Function udev_device_get_syspath 

Source
pub fn udev_device_get_syspath(dev: &UdevDevice) -> &str
Expand description

Gets the UdevDevice syspath.

From the libudev documentation:

Retrieve the sys path of the udev device. The path is an
absolute path and starts with the sys mount point.