Skip to main content

get_query_incr

Function get_query_incr 

Source
pub fn get_query_incr<'tcx, Q>(
    query: Q,
    qcx: Q::Qcx,
    span: Span,
    key: Q::Key,
    mode: QueryMode,
) -> Option<Q::Value>
where Q: QueryDispatcher<'tcx>,