Structs§
- An absolute path.
- A path whose form is unknown. It could be a relative, absolute, or canonical path.
- A strictly relative path.
Traits§
- A marker trait for the different kinds of path forms. Each form has its own invariants that are guaranteed be upheld. The list of path forms are:
- A trait used to specify the output
PathForm
of a path join operation. - A marker trait for
PathForm
s that support pushing paths. - A marker trait for
PathForm
s that support setting the file name or extension.