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