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;
}
Required Associated Types§
type Deps: Deps
type DepContext: DepContext<Deps = Self::Deps>
Required Methods§
fn dep_context(&self) -> &Self::DepContext
Object Safety§
This trait is not object safe.