Trait rustc_type_ir::inherent::Features
source · pub trait Features<I: Interner>: Copy {
// Required method
fn generic_const_exprs(self) -> bool;
}Required Methods§
fn generic_const_exprs(self) -> bool
Object Safety§
This trait is not object safe.