仅仅是宏 box_!,它相当于 Box::new
box_!
Box::new
由 David McGillicuddy 提供
#2414 in Rust 模式
3KB
选择你自己的语法!
// all the same as `let x = Box::new(y);` let x = box_!(y); let x = b0x!(y); let x = bx!(y); let x = b!(y);