Trait const_generic_wrap::ConstOrValue[][src]

pub trait ConstOrValue<T>: Into<T> {
    const IS_CONST_WRAP: bool;
}
Expand description

Trait that can be a wrapped const generic or a owned value.

Associated Constants

get wheter the type is const generic wrapper.

Implementors