pub trait Relate<'tcx>: TypeFoldable<'tcx> + PartialEq + Copy {
    fn relate<R: TypeRelation<'tcx>>(
        relation: &mut R,
        a: Self,
        b: Self
    ) -> RelateResult<'tcx, Self>; }

Required Methods§

Implementations on Foreign Types§

Implementors§