pub trait BrushOverlaps<Brush> {
    fn overlaps(&self, b: &Brush) -> bool;
}

Required Methods

Implementors