[][src]Type Definition sdl2::ttf::FontResult

type FontResult<T> = Result<T, FontError>;
[]

The result of an SDL2_TTF font operation.