pub fn compute_layout<N, E, Ix>(
graph: &Graph<N, E, Ix>,
algorithm: &LayoutAlgorithm,
width: f64,
height: f64,
) -> Result<GraphLayout<N>>pub fn compute_layout<N, E, Ix>(
graph: &Graph<N, E, Ix>,
algorithm: &LayoutAlgorithm,
width: f64,
height: f64,
) -> Result<GraphLayout<N>>