Expand description
Helper functions that serve as the immediate implementation of
tcx.$query(..) and its variations.
Functionsยง
- query_
ensure_ ๐ok_ or_ done - Shared implementation of
tcx.ensure_ok().$query(..)andtcx.ensure_done().$query(..)for all queries. - query_
ensure_ ๐result - Implementation of
tcx.ensure_result().$query(..)for queries that returnResult<_, ErrorGuaranteed>. - query_
feed ๐ - Common implementation of query feeding, used by
define_feedable!. - query_
get_ ๐at - Shared implementation of
tcx.$query(..)andtcx.at(span).$query(..)for all queries. - try_
get_ ๐cached - Checks whether there is already a value for this key in the in-memory query cache, returning that value if present.