Extending Traits

If two different traits have methods with the same name, you can use universal function call syntax (UFCS) to distinguish them:

http://doc.rust-lang.org/book/ufcs.html

1 Like