Skip to main content

sendable_any_ptr_into_ptr

Function sendable_any_ptr_into_ptr 

Source
fn sendable_any_ptr_into_ptr(
    ptr: Sendable<NonNull<Box<dyn Any>>>,
) -> *mut Box<dyn Any>
Expand description

Get the raw pointer, consuming the sendable wrapper.