Trait rustc_query_system::query::config::QueryConfig[][src]

pub trait QueryConfig {
    type Key: Eq + Hash + Clone + Debug;
    type Value;
    type Stored: Clone;

    const NAME: &'static str;
}

Associated Types

Associated Constants

Implementors