pub type GlyphRasterResult = Result<RasterizedGlyph, GlyphRasterError>;

Aliased Type§

enum GlyphRasterResult {
    Ok(RasterizedGlyph),
    Err(GlyphRasterError),
}

Variants§

§1.0.0

Ok(RasterizedGlyph)

Contains the success value

§1.0.0

Err(GlyphRasterError)

Contains the error value