udev_device_get_devpath

Function udev_device_get_devpath 

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

Gets the UdevDevice device path.

From the libudev documentation:

Retrieve the kernel devpath value of the udev device. The path
does not contain the sys mount point, and starts with a '/'.