Searched defs:InsertionHole (Results 1 – 1 of 1) sorted by relevance
938 struct InsertionHole<T> { in insert_head() struct939 src: *const T, in insert_head()940 dest: *mut T, in insert_head()943 impl<T> Drop for InsertionHole<T> { in insert_head() implementation
Completed in 5 milliseconds