fn from_elements_indexable<G, I>(iterable: I) -> Gwhere G: Create + NodeIndexable, I: IntoIterator<Item = Element<G::NodeWeight, G::EdgeWeight>>,