Modules§
- sealed 🔒
Macros§
Structs§
- Cycle
Error - Query
State - For a particular query, keeps track of “active” keys, i.e. keys whose evaluation has started but has not yet finished successfully.
- Query
System - QueryV
Table - Stores data and metadata (e.g. function pointers) for a particular query.
- TyCtxt
At - TyCtxt
Ensure Done - TyCtxt
Ensure Ok - TyCtxt
Ensure Result
Enums§
- Active
KeyStatus - For a particular query and key, tracks the status of a query evaluation that has started, but has not yet finished successfully.
- Ensure
Mode - Distinguishes between
tcx.ensure_ok()andtcx.ensure_done()in shared code paths that handle both modes. - Query
Mode
Traits§
- Into
Query Param - An analogue of the
Intotrait that’s intended only for query parameters.