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 */ }