Trait rustc::middle::ty::ExprTyProvider[src]

pub trait ExprTyProvider {
    fn expr_ty(&self, ex: &Expr) -> t;
    fn ty_ctxt<'a>(&'a self) -> &'a ctxt;
}

Required Methods

fn expr_ty(&self, ex: &Expr) -> t

fn ty_ctxt<'a>(&'a self) -> &'a ctxt

Implementors