Trait rustc_lint::middle::infer::unify::ToTypeUnstable
[-] [+]
[src]
pub trait ToType<'tcx> {
fn to_type(&self, tcx: &ctxt<'tcx>) -> &'tcx TyS<'tcx>;
}
Required Methods
Implementors
impl<'tcx> ToType<'tcx> for IntVarValueimpl<'tcx> ToType<'tcx> for FloatTy