pub type Geometry2DOutput = Option<Rc<WithBounds2D<Geometry2D>>>;Expand description
Geometry 2D type alias.
Aliased Type§
pub enum Geometry2DOutput {
None,
Some(Rc<WithBounds2D<Geometry2D>>),
}pub type Geometry2DOutput = Option<Rc<WithBounds2D<Geometry2D>>>;Geometry 2D type alias.
pub enum Geometry2DOutput {
None,
Some(Rc<WithBounds2D<Geometry2D>>),
}