Skip to main content

ParseError

Type Alias ParseError 

Source
pub type ParseError = Simple<Token>;
Expand description

Parse error type using byte range spans.

Aliased Typeยง

pub struct ParseError { /* private fields */ }