Type Definition flow_arena::GraphArena[][src]

type GraphArena<Id, Entity> = FlowArena<Id, GraphNode<Id, Entity>>;