Type Definition hebi_syntax::ast::Expr

source ·
pub type Expr<'src> = Spanned<ExprKind<'src>>;