Searched defs:insert_next (Results 1 – 2 of 2) sorted by relevance
44 pub fn insert_next(list: &ListHead) -> impl PinInit<Self, Infallible> + '_ { in insert_next() method
953 pub fn insert_next(&mut self, item: ListArc<T, ID>) { insert_next() method