Trait Polygon90Set

Source
pub trait Polygon90Set<C: CoordinateConcept>: PolygonSet<C> { }
Expand description

Set of multiple polygons with axis-aligned edges.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<C> Polygon90Set<C> for Rect<C::Coord>