Skip to main content

ExecutionOrder

Type Alias ExecutionOrder 

Source
pub type ExecutionOrder = Vec<usize>;
Expand description

Result of dependency graph resolution: an ordered list of operation indices.

Aliased Typeยง

pub struct ExecutionOrder { /* private fields */ }