Skip to main content

AsPathRef

Trait AsPathRef 

Source
pub trait AsPathRef<'a> {
    // Required method
    fn as_path_ref(self) -> PathDyn<'a>;
}

Required Methods§

Source

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".

Implementors§

Source§

impl<'a> AsPathRef<'a> for PathDyn<'a>