pub trait IntoPathRef<'a>: Into<PathRef<'a>> { }Expand description
A trait alias for types that can be converted to a PathRef. This provides better error messages and documentation.
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.