Trait rustc_query_system::dep_graph::HasDepContext [−][src]
pub trait HasDepContext: Copy {
type DepKind: DepKind;
type DepContext: DepContext<DepKind = Self::DepKind>;
fn dep_context(&self) -> &Self::DepContext;
}