Module path_like_impls

Source
Expand description

Implementations of PathLike within an std context.

Since std is available, we blanket implement PathLike for all types implementing AsRef<Path>.

Type Aliasesยง

PathInner ๐Ÿ”’