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