pub trait Features<I>: Copywhere
I: Interner,{
// Required methods
fn generic_const_exprs(self) -> bool;
fn coroutine_clone(self) -> bool;
fn associated_const_equality(self) -> bool;
}
Required Methods§
fn generic_const_exprs(self) -> bool
fn coroutine_clone(self) -> bool
fn associated_const_equality(self) -> bool
Object Safety§
This trait is not object safe.