Type Alias ExprOrPatPtr

Source
pub type ExprOrPatPtr = AstPtr<Either<Expr, Pat>>;

Aliased Typeยง

pub struct ExprOrPatPtr { /* private fields */ }