E0391
rust Circular Trait Dependency
Two or more traits depend on each other in a cycle, which the compiler cannot resolve. Restructure the trait hierarchy to eliminate the circular dependency.
Two or more traits depend on each other in a cycle, which the compiler cannot resolve. Restructure the trait hierarchy to eliminate the circular dependency.