Function re_view_graph::layout::slots::slotted_edges
source ยท pub fn slotted_edges<'a>(
edges: impl Iterator<Item = &'a EdgeTemplate>,
) -> HashMap<SlotId, Slot<'a>>
Expand description
Converts a list of edges into their slotted form.