pub trait Location { // Required method fn try_into_path(self) -> Either<PathBuf, Self> where Self: Sized; }