The syntax is: impl MyTrait for SomeType { fn t...
# development
a
The syntax is: impl MyTrait for SomeType { fn trait_method() { // stuff } }