Struct rustc::middle::traits::FulfillmentErrorUnstable [-] [+] [src]

pub struct FulfillmentError<'tcx> {
    pub obligation: PredicateObligation<'tcx>,
    pub code: FulfillmentErrorCode<'tcx>,
}

Fields

obligation
code

Trait Implementations

impl<'tcx> Repr<'tcx> for FulfillmentError<'tcx>

fn repr(&self, tcx: &ctxt<'tcx>) -> String