Searched refs:try_insert (Results 1 – 1 of 1) sorted by relevance
56 fn try_insert(&self, ptr: *mut Block<T>) -> Result<(), *mut Block<T>> { in try_insert() method73 match curr.try_insert(ptr) { in insert()