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.
pub trait Contains2D<T> {
// Required method
fn contains(&self, other: &T) -> bool;
}
Whether this instance contains or covers something else.