pub trait PathsExt {
// Required method
fn contains_node(&self, n: &Node) -> bool;
}Required Methods§
fn contains_node(&self, n: &Node) -> bool
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".