pub fn into_shared<T: ComposableAllocator>(allocator: T) -> Rc<RefCell<T>>
Expand description

Move an composable allocator into a Rc RefCell.