Dag

Type Alias Dag 

Source
pub type Dag = Vec<Vec<DagEdge>>;

Aliased Typeยง

pub struct Dag { /* private fields */ }