pub trait PathCast<Form: PathForm>: PathForm { }
A marker trait that signifies one PathForm can be used as or trivially converted to another PathForm.
PathForm
The list of possible conversions are:
Relative
Absolute
Canonical
Any
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.