pub trait PathForm: Sealed { }
Expand description
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:
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.