pub type Goal<'db, P> = Goal<DbInterner<'db>, P>;Aliased Type§
pub struct Goal<'db, P> {
pub param_env: ParamEnv<'db>,
pub predicate: P,
}Fields§
§param_env: ParamEnv<'db>§predicate: PTrait Implementations§
Source§impl<'db, P> From<Obligation<'db, P>> for Goal<'db, P>
impl<'db, P> From<Obligation<'db, P>> for Goal<'db, P>
Source§fn from(value: Obligation<'db, P>) -> Self
fn from(value: Obligation<'db, P>) -> Self
Converts to this type from the input type.