Module type_level_values::initialization[][src]

Structs

ConstructFn

Constructs a fully initialized value from Type::Uninitialized, initializing all the fields with FVPairs.

IsInitField

Represents an initialized field.Used by the TypeLevel macro.

UninitField

Represents an uninitialized field.Used by the TypeLevel macro.

Traits

Construct_

Constructs a fully initialized value,initializing all the fields with FVPairs.

InitializationValues

Trait used by the constructor macro to construct a fully initialized version of a value.

Type Definitions

Construct

Constructs a fully initialized value , initializing all the fields with FVPairs.