pub type DeferredIndex = usize;
Expand description

The index type of a node that exists in a transform list, but does not yet exist in the intermediate representation graph.

Trait Implementations

Converts this type into the (usually inferred) input type.