Struct cognitive_graphics::GraphicsError [] [src]

pub struct GraphicsError { /* fields omitted */ }

Graphics errors.

Methods

impl GraphicsError
[src]

Constructs new GraphicsError with description.

Trait Implementations

impl Error for GraphicsError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Debug for GraphicsError
[src]

Formats the value using the given formatter.

impl Display for GraphicsError
[src]

Formats the value using the given formatter. Read more