Expand description
Helper functions that serve as the immediate implementation of
tcx.$query(..) and its variations.
Functionsยง
- query_
ensure ๐ - Shared implementation of
tcx.ensure_ok().$query(..)for most queries, andtcx.ensure_done().$query(..)for all queries. - query_
ensure_ ๐error_ guaranteed - Shared implementation of
tcx.ensure_ok().$query(..)for queries that have thereturn_result_from_ensure_okmodifier. - 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.