Summary
We'll cover the following...
-
Method calls are another type of expression, very similar to function and macro calls
-
Sometimes in Rust, such as with method calls, we have to help the compiler know exactly what type we’re using ...