pub type Value<'tcx> = AssocItem;
Aliased Type§
struct Value<'tcx> {
pub def_id: DefId,
pub kind: AssocKind,
pub container: AssocItemContainer,
pub trait_item_def_id: Option<DefId>,
}
Fields§
§def_id: DefId
§kind: AssocKind
§container: AssocItemContainer
§trait_item_def_id: Option<DefId>
If this is an item in an impl of a trait then this is the DefId
of
the associated item on the trait that this implements.
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: 36 bytes