Searched refs:into_unique (Results 1 – 1 of 1) sorted by relevance
1096 let (leaked, alloc) = Box::into_unique(b); in into_raw_with_allocator()1107 pub fn into_unique(b: Self) -> (Unique<T>, A) { in into_unique() method