#[lang = "owned_box"] pub struct Box<T>(_) where T: ?Sized;
A pointer type for heap allocation.
See the module-level documentation for more-
impl<T> Box<T>
fn new(x: T) -> Box<T>
Allocates memory on the heap and then pl
联系方式: