pub fn path_slots_of<G>(graph: G) -> PathSlotResolverwhere G: NetworkGraphView<NodeId = OffchainPublicKey> + Send + Sync + 'static,
Reads path slots out of a network graph.