Type Definition dag::NameDag

source ·
pub type NameDag = AbstractNameDag<IdDag<IndexedLogStore>, IdMap, IndexedLogNameDagPath, NameDagState>;
Expand description

A DAG that uses VertexName instead of ids as vertexes.

A high-level wrapper structure. Combination of IdMap and [Dag]. Maintains consistency of dag and map internally.

Implementations§

Trait Implementations§