Implementations of PathLike within an std context.
PathLike
std
Since std is available, we blanket implement PathLike for all types implementing AsRef<Path>.
AsRef<Path>