macro_rules! impl_booleanop_multipolygon {
    ($coord:ty, $edge_intersection:ident) => { ... };
}
Expand description

Implement the BooleanOp trait for MultiPolygon<...>.