Type Alias 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.