pub trait HasPath { // Required method fn path(&self) -> Path; }
This trait should be implemented by types that have an absolute path.
Gets the path of the type.