Trait rustc::infer::error_reporting::Resolvable
[−]
[src]
pub trait Resolvable<'tcx> {
fn resolve<'a, 'gcx>(&self, infcx: &InferCtxt<'a, 'gcx, 'tcx>) -> Self;
}Unstable (
rustc_private)Required Methods
Implementors
impl<'tcx> Resolvable<'tcx> for Ty<'tcx>impl<'tcx> Resolvable<'tcx> for TraitRef<'tcx>impl<'tcx> Resolvable<'tcx> for PolyTraitRef<'tcx>