Trait rustc::middle::typeck::infer::error_reporting::Resolvable[src]
trait Resolvable {
fn resolve(&self, infcx: &InferCtxt) -> Self;
fn contains_error(&self) -> bool;
}
Required Methods
fn resolve(&self, infcx: &InferCtxt) -> Self
fn contains_error(&self) -> bool
Implementors
impl Resolvable for timpl Resolvable for Rc<TraitRef>