Box is a very convenient type in Rust. When you use a Box , you can put a type on the heap instead of the stack. To make a new Box , just use Box::new() and put ...
確定! 回上一頁