BoxedCellBody

Type Alias BoxedCellBody 

Source
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ยง

pub struct BoxedCellBody(/* private fields */);