| ▲ | snthpy 2 hours ago | |
> Similarly, the nature of the trait system is such that impl blocks relevant to a particular method call can be found almost anywhere. For every trait method call, you get a dependency on the impl block that supplies the implementation, *but you also get a dependency on non-existence of conflicting impls in every other file*! The last clause is a great point and one I will try to remember. | ||