type Incoming<B> = Vec<(<B as BackendTypes>::Value, <B as BackendTypes>::BasicBlock)>;Expand description
A list of incoming values for a block. Represents a phi node.
Aliased Type§
struct Incoming<B> { /* private fields */ }Layout§
Note: Encountered an error during type layout; the type failed to be normalized.