pub trait ConstParamTy: StructuralEq { }
🔬This is a nightly-only experimental API. (adt_const_params)
Available on non-crate feature std only.
Expand description

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

Implementors§