pub type FontResult<T> = Result<T, FontError>;
Expand description
The type we used to represent a result of any font operations
Aliased Type§
enum FontResult<T> {
Ok(T),
Err(FontError),
}
Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.