pub type Layout = HashMap<NodeId, Pos2>;
The location of the top-left of each node relative to the centre of the graph area.
pub struct Layout { /* private fields */ }