[][src]Trait mazth::i_intersect::IIntersect

pub trait IIntersect<Other, Result> {
    fn intersect(&mut self, other: &Other) -> Option<Result>;
}

Required methods

fn intersect(&mut self, other: &Other) -> Option<Result>

Loading content...

Implementors

Loading content...