Enum opengl_graphics::error::Error
[−]
[src]
pub enum Error {
FreetypeError(Error),
}An enum to represent various possible run-time errors that may occur.
Variants
FreetypeError | An error happened with the FreeType library. |