Skip to main content

Intersection

Trait Intersection 

Source
pub trait Intersection {
    // Required method
    fn intersects(&self, other: &Self) -> bool;
}

Required Methods§

Source

fn intersects(&self, other: &Self) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§