Struct intrusive_collections::rbtree::InsertCursor [] [src]

pub struct InsertCursor<'a, A: Adapter<Link=Link> + 'a> { /* fields omitted */ }

A cursor pointing to a slot in which an element can be inserted into a RBTree.

Methods

impl<'a, A: Adapter<Link=Link> + 'a> InsertCursor<'a, A>
[src]

Inserts a new element into the RBTree at the location indicated by this InsertCursor.

Panics

Panics if the new element is already linked to a different intrusive collection.