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
Implementors
impl ExprTyProvider for ctxtimpl<'a> ExprTyProvider for FnCtxt<'a>