Geometry2DOutput

Type Alias Geometry2DOutput 

Source
pub type Geometry2DOutput = Option<Rc<WithBounds2D<Geometry2D>>>;
Expand description

Geometry 2D type alias.

Aliased Type§

pub enum Geometry2DOutput {
    None,
    Some(Rc<WithBounds2D<Geometry2D>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<WithBounds2D<Geometry2D>>)

Some value of type T.