pub type TessellationResult = Result<(), TessellationError>;Expand description
The fill tessellator’s result type.
Aliased Type§
pub enum TessellationResult {
Ok(()),
Err(TessellationError),
}pub type TessellationResult = Result<(), TessellationError>;The fill tessellator’s result type.
pub enum TessellationResult {
Ok(()),
Err(TessellationError),
}