Trait chalk_engine::context::Goal [] [src]

pub trait Goal<C: Context>: Clone + Debug + Eq + Hash + Ord {
    fn cannot_prove() -> Self;
fn into_hh_goal(self) -> HhGoal<C>; }

Required Methods

Implementors