Skip to main content

LateParamRegion

Type Alias LateParamRegion 

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

Aliased Type§

pub struct LateParamRegion<'tcx> {
    pub scope: DefId,
    pub kind: LateParamRegionKind,
}

Fields§

§scope: DefId§kind: LateParamRegionKind

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: 20 bytes