Type Alias hir_def::body::ExprOrPatSource
source · pub type ExprOrPatSource = InFile<ExprOrPatPtr>;
Aliased Type§
struct ExprOrPatSource {
pub file_id: HirFileId,
pub value: AstPtr<Either<Expr, Pat>>,
}
Fields§
§file_id: HirFileId
§value: AstPtr<Either<Expr, Pat>>