Module rustc_const_eval::interpret::visitor[][src]

Expand description

Visitor for a run-time value with a given layout: Traverse enums, structs and other compound types until we arrive at the leaves, with custom handling for primitive types.

Macros

Traits