Function re_view_graph::visualizers::merge
source ยท pub fn merge<'a>(
node_data: &'a HashMap<EntityPath, NodeData>,
edge_data: &'a HashMap<EntityPath, EdgeData>,
) -> impl Iterator<Item = (&'a EntityPath, Option<&'a NodeData>, Option<&'a EdgeData>)> + 'a
Expand description
Iterates over all entities and joins the node and edge data.