Type Alias hir_def::body::ExprOrPatPtr

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

Aliased Type§

struct ExprOrPatPtr { /* private fields */ }