Trait rustc_query_system::dep_graph::HasDepContext
source · pub trait HasDepContext: Copy {
type Deps: Deps;
type DepContext: DepContext<Deps = Self::Deps>;
// Required method
fn dep_context(&self) -> &Self::DepContext;
}