tor_cell::chancell

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

struct BoxedCellBody(/* private fields */);