Rust functions are surprisingly diverse, sitting at the intersection of multiple language features which may take time to understand. In this post, we’ll walk through those features and explain how they appear in function signatures, so you can be well-equipped to understand functions you see in the wild, or identify the best way to write the functions you need in your own code.
I plan to learn a bit of Rust when I have some spare time. This seems to be quite an useful site in general to me. Thanks.