pub trait ConstParamTy: StructuralEq + StructuralPartialEq { }
🔬This is a nightly-only experimental API. (adt_const_params)
Expand description

A marker for types which can be used as types of const generic parameters.

Implementors§