Box in std::boxed - Rust
https://doc.rust-lang.org/std/boxed/index.html
https://doc.rust-lang.org/rust-by-example/std/box.html#box-stack-and-heap
ヒープ領域にあるデータを指すポインタを表す型。
エラー処理とかに使われている。
boxed (allocated on the heap)
C++11でいうスマートポインタみたいなもんか...?
#WebScrap #Bookmark