Type Definition fontdue::FontResult[][src]

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

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