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

The fill tessellator’s result type.

Aliased Type§

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

Variants§

§1.0.0

Ok(Count)

Contains the success value

§1.0.0

Err(TessellationError)

Contains the error value