Type Alias glsl_lang::parse::ParseError
source · pub type ParseError<E> = ParseError<E>;
Expand description
Errors returned by the parsing operation
Aliased Type§
struct ParseError<E> { /* private fields */ }
pub type ParseError<E> = ParseError<E>;
Errors returned by the parsing operation
struct ParseError<E> { /* private fields */ }