pub type TessellationResult = Result<(), TessellationError>;
Expand description

The fill tessellator’s result type.

Aliased Type§

enum TessellationResult {
    Ok(()),
    Err(TessellationError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(TessellationError)

Contains the error value