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]
impl Debug for ParseGLSLErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for ParseGLSLError[src]
impl Display for ParseGLSLErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ParseGLSLError[src]
impl Error for ParseGLSLErrorAuto Trait Implementations
impl Send for ParseGLSLError
impl Send for ParseGLSLErrorimpl Sync for ParseGLSLError
impl Sync for ParseGLSLError