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 strposition of the error in the input data
code: ErrorKindnom error code