pub fn udev_monitor_filter_remove(monitor: &mut UdevMonitor) -> Result<()>Expand description
Removes all filters from the UdevMonitor.
Returns Ok(()) on success, Err(Error) otherwise.
pub fn udev_monitor_filter_remove(monitor: &mut UdevMonitor) -> Result<()>Removes all filters from the UdevMonitor.
Returns Ok(()) on success, Err(Error) otherwise.