[][src]Type Definition arithmetic_parser::SpannedExpr

type SpannedExpr<'a, T> = Spanned<'a, Expr<'a, T>>;

Expr with the associated type and code span.