Skip to main content

GeometryResult

Type Alias GeometryResult 

Source
pub type GeometryResult<T> = Result<T, GeometryError>;

Aliased Type§

pub enum GeometryResult<T> {
    Ok(T),
    Err(GeometryError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(GeometryError)

Contains the error value