pub trait DevPath { // Required method fn dev_path(&self) -> Option<PathBuf>; }
Trait representing open devices that may return a Path
Path
Returns the path of the open device if possible