Type Alias sysml_parser::Error
source · pub type Error<'a> = Error<&'a str>;
Aliased Type§
struct Error<'a> {
pub input: &'a str,
pub code: ErrorKind,
}
Fields§
§input: &'a str
position of the error in the input data
code: ErrorKind
nom error code