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.
Aliased Type§
pub struct ForceGraph<N, E, Ty = Undirected> { /* private fields */ }