Searched defs:TypeVariableValue (Results 1 – 1 of 1) sorted by relevance
148 pub enum TypeVariableValue<'tcx> { enum153 impl<'tcx> TypeVariableValue<'tcx> { impl434 impl<'tcx> ut::UnifyValue for TypeVariableValue<'tcx> { implementation