| ▲ | zarzavat 12 hours ago | |
I'm confused why drop() is a function that you have to import inside the closure instead of a method. | ||
| ▲ | W4G1 4 hours ago | parent [-] | |
It was a design decision to make the syntax feel as familiar to Rust as possible. But I do agree that it's a bit verbose and that it won't hurt to add a .dispose() handle to the objects themselves. | ||