Trait rustc_typeck::middle::infer::error_reporting::ResolvableUnstable [-] [+] [src]

pub trait Resolvable<'tcx> {
    fn resolve(&self, infcx: &InferCtxt<'a, 'tcx>) -> Self;
    fn contains_error(&self) -> bool;
}

Required Methods

fn resolve(&self, infcx: &InferCtxt<'a, 'tcx>) -> Self

fn contains_error(&self) -> bool

Implementors