Rust tuples are on the stack, to have them on the heap you need to explicitly use Box. Funnily enough, internally this is how closures parameters are ...
確定! 回上一頁