Struct rustc::traits::FulfillmentError [] [src]

pub struct FulfillmentError<'tcx> {
    pub obligation: PredicateObligation<'tcx>,
    pub code: FulfillmentErrorCode<'tcx>,
}
Unstable (rustc_private)

Fields

obligation: PredicateObligation<'tcx>
Unstable (rustc_private)
code: FulfillmentErrorCode<'tcx>
Unstable (rustc_private)

Trait Implementations

impl<'tcx> Debug for FulfillmentError<'tcx>
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.