pub type BoxedCellBody = Box<RawCellBody>;Expand description
A RawCellBody stored on the heap.
We use this often to avoid copying cell bodies around.
Aliased Typeยง
struct BoxedCellBody(/* private fields */);pub type BoxedCellBody = Box<RawCellBody>;A RawCellBody stored on the heap.
We use this often to avoid copying cell bodies around.
struct BoxedCellBody(/* private fields */);