pub trait DirectedBijectiveConnectionGraph: Graph { // Provided method fn psi(&self, n: Dims, node: Node) -> Node { ... } }