Type Definition dynamic_graph::nodes::RootVec[][src]

type RootVec<'id, T> = Vec<GraphPtr<'id, T>>;

Trait Implementations

impl<'id, NodeType> RootCollection<'id, NodeType> for RootVec<'id, NodeType> where
    NodeType: GraphNode
[src]