Type Definition monotree::node::Cell

source ·
pub type Cell<'a> = Option<Unit<'a>>;
Expand description

A type for describing components of Node: a real element Unit or a virtual element None.