Struct shader_version::opengl::ParseOpenGLError[][src]

pub struct ParseOpenGLError { /* fields omitted */ }

Represents an error while trying to get OpenGL from &str.

Trait Implementations

impl Debug for ParseOpenGLError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseOpenGLError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseOpenGLError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ParseOpenGLError

impl Sync for ParseOpenGLError