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