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