A Box is a smart pointer to a value allocated on the heap. As an example, if we wanted to box a User, we can use a Box<User> .
確定! 回上一頁