hir_def::body

Type Alias 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>>