pub type GlyphRasterResult = Result<RasterizedGlyph, GlyphRasterError>;
Aliased Type§
pub enum GlyphRasterResult {
Ok(RasterizedGlyph),
Err(GlyphRasterError),
}
Variants§
Ok(RasterizedGlyph)
Contains the success value
Err(GlyphRasterError)
Contains the error value