Trait core::marker::ConstParamTy

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

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

Implementors§