Type Definition tor_cell::chancell::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.