Type Alias raw_btree::node::LeftItem

source ·
pub type LeftItem<T, S> = (T, Option<<S as Storage<T>>::Node>);
Expand description

Type of the value returned by Node::pop_left.