Function opaque_pointer::raw
pub fn raw<T>(data: T) -> Result<*mut T, PointerError>Expand description
Get a heap-allocated raw pointer without ownership.
To back to manage the memory with ownership use own_back<T>().
pub fn raw<T>(data: T) -> Result<*mut T, PointerError>Get a heap-allocated raw pointer without ownership.
To back to manage the memory with ownership use own_back<T>().