pub trait Predicate<I>: Copy + Debug + Hash + Eq + TypeSuperVisitable<I> + TypeSuperFoldable<I> + Flagswhere
I: Interner<Predicate = Self>,{
// Required method
fn is_coinductive(self, interner: I) -> bool;
}Required Methods§
fn is_coinductive(self, interner: I) -> bool
Object Safety§
This trait is not object safe.