The _ parameter

You may be wondering what the _ parameter is. In Rust, it is often not allowed to omit variable bindings even if we don't use them. We can use _ to signify that we know that this place needs a variable binding, but we are never going to use it.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset