Type Alias rustc_middle::ty::predicate::ExistentialTraitRef

source ·
pub type ExistentialTraitRef<'tcx> = ExistentialTraitRef<TyCtxt<'tcx>>;

Aliased Type§

struct ExistentialTraitRef<'tcx> {
    pub def_id: DefId,
    pub args: &'tcx RawList<(), GenericArg<'tcx>>,
}

Fields§

§def_id: DefId§args: &'tcx RawList<(), GenericArg<'tcx>>

Trait Implementations§

source§

impl<'tcx> EraseType for ExistentialTraitRef<'tcx>

§

type Result = [u8; 16]

source§

impl<'tcx, P: PrettyPrinter<'tcx>> Print<'tcx, P> for ExistentialTraitRef<'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: 16 bytes