Skip to main content

VennLayoutResult

Type Alias VennLayoutResult 

Source
pub type VennLayoutResult<T> = Result<T, VennLayoutError>;

Aliased Type§

pub enum VennLayoutResult<T> {
    Ok(T),
    Err(VennLayoutError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(VennLayoutError)

Contains the error value