Struct pomsky_syntax::error::ParseError
source · pub struct ParseError {
pub kind: ParseErrorKind,
pub span: Span,
}Expand description
An error than can occur only during parsing
Fields§
§kind: ParseErrorKind§span: SpanTrait Implementations§
source§impl Clone for ParseError
impl Clone for ParseError
source§fn clone(&self) -> ParseError
fn clone(&self) -> ParseError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more