Struct shader_version::glsl::ParseGLSLError[][src]

pub struct ParseGLSLError { /* fields omitted */ }

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

Trait Implementations

impl Debug for ParseGLSLError
[src]

Formats the value using the given formatter. Read more

impl Display for ParseGLSLError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseGLSLError
[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 ParseGLSLError

impl Sync for ParseGLSLError