Trait rustc_data_structures::obligation_forest::ForestObligation
[−]
[src]
pub trait ForestObligation: Clone + Debug {
type Predicate: Clone + Hash + Eq + Debug;
fn as_predicate(&self) -> &Self::Predicate;
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Associated Types
type Predicate: Clone + Hash + Eq + Debug
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Required Methods
fn as_predicate(&self) -> &Self::Predicate
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?