PolyTraitRef in rustc_ast::ast - Rust (original) (raw)
Struct PolyTraitRef
pub struct PolyTraitRef {
pub bound_generic_params: ThinVec<GenericParam>,
pub modifiers: TraitBoundModifiers,
pub trait_ref: TraitRef,
pub span: Span,
}
The 'a
in for<'a> Foo<&'a T>
.
The Foo<&'a T>
in <'a> Foo<&'a T>
.
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