Box is a type that points to a wrapped value.
It allows for cheap moving around of the value, as its size is small, and may wrap a large size.
core::box
core::box::Box
A