Module type_level_values::runtime_value[][src]

Structs

AssertConstType

To instantiate a runtime value of this function use Type::PW/<Type>::PW.

ConvIdentity

The identity conversion module, use it by using the #[typelevel(delegate(runtime_conv="ConvIdentity"))] attribute.

Traits

ConstType

Represents a compile-time type,like SignedInteger/BooleanType/OptionType/ResultType.

ConstTypeOf_

The ConstType of this Const-value.

ConstValue

A compile-time value.

DerivedTraits

Traits derived in the TypeLevel macro.

IntoConstType_

The ConstType equivalent of Self.

IntoConstant

Converts a compile-time value into a runtime value

IntoRuntime

Converts a compile-time value into a runtime value

Type Definitions

ConstTypeOf

The ConstType of Type.

FromRuntime

The ConstType equivalent of This.