Geometry2DOutput

Type Alias Geometry2DOutput 

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

Geometry 2D type alias.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Rc<Geometry2D>)

Some value of type T.