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