Trait ratio_matrix::Contains2D

source ·
pub trait Contains2D<T> {
    // Required method
    fn contains(&self, other: &T) -> bool;
}
Expand description

Whether this instance contains or covers something else.

Required Methods§

source

fn contains(&self, other: &T) -> bool

Whether this instance contains or covers the other.

Implementors§