[][src]Type Definition fontdue::FontResult

type FontResult<T> = Result<T, &'static str>;

Alias for Result<T, &'static str>.