Type Definition fdg_sim::ForceGraph
source · [−]pub type ForceGraph<N, E, Ty = Undirected> = StableGraph<Node<N>, E, Ty>;Expand description
A helper type that creates a StableGraph with our custom Node as the weight.
pub type ForceGraph<N, E, Ty = Undirected> = StableGraph<Node<N>, E, Ty>;A helper type that creates a StableGraph with our custom Node as the weight.