Skip to main content

GoalStalledOn

Type Alias GoalStalledOn 

Source
pub type GoalStalledOn<'tcx> = GoalStalledOn<TyCtxt<'tcx>>;

Aliased Type§

pub struct GoalStalledOn<'tcx> {
    pub stalled_vars: Vec<GenericArg<'tcx>>,
    pub sub_roots: Vec<TyVid>,
    pub stalled_certainty: Certainty,
    pub opaques: GoalStalledOnOpaques<TyCtxt<'tcx>>,
}

Fields§

§stalled_vars: Vec<GenericArg<'tcx>>§sub_roots: Vec<TyVid>§stalled_certainty: Certainty

The certainty that will be returned on subsequent evaluations if this goal remains stalled.

§opaques: GoalStalledOnOpaques<TyCtxt<'tcx>>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 88 bytes