pub struct Cycle<N>(_);
An algorithm error: a cycle was found in the graph.
Return a node id that participates in the cycle
source
self
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U