pub type Canonical<'tcx, V> = Canonical<TyCtxt<'tcx>, V>;Aliased Type§
pub struct Canonical<'tcx, V> {
    pub value: V,
    pub max_universe: UniverseIndex,
    pub variables: &'tcx RawList<(), CanonicalVarKind<TyCtxt<'tcx>>>,
}Fields§
§value: V§max_universe: UniverseIndex§variables: &'tcx RawList<(), CanonicalVarKind<TyCtxt<'tcx>>>Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.