pub trait ToTrace<'tcx>: Relate<TyCtxt<'tcx>> + Copy {
// Required method
fn to_trace(
cause: &ObligationCause<'tcx>,
a: Self,
b: Self,
) -> TypeTrace<'tcx>;
}
Required Methods§
fn to_trace(cause: &ObligationCause<'tcx>, a: Self, b: Self) -> TypeTrace<'tcx>
Object Safety§
This trait is not object safe.