pub type ProvidedValue<'tcx> = AssocItem;
Expand description
This type alias specifies the type returned from query providers and the type
used for decoding. For regular queries this is the declared returned type V
,
but arena_cache
will use <V as ArenaCached>::Provided
instead.
Aliased Type§
struct ProvidedValue<'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