Type Alias sysml_parser::ParseError
source · pub type ParseError<'a> = VerboseError<&'a str>;Aliased Type§
struct ParseError<'a> {
pub errors: Vec<(&'a str, VerboseErrorKind)>,
}Fields§
§errors: Vec<(&'a str, VerboseErrorKind)>List of errors accumulated by VerboseError, containing the affected
part of input data, and some context