pub trait AsPathRef<'a> {
// Required method
fn as_path_ref(self) -> PathDyn<'a>;
}Required Methods§
fn as_path_ref(self) -> PathDyn<'a>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".