Skip to main content

unpack_packed

Function unpack_packed 

Source
pub fn unpack_packed(packed: Packed) -> Value
Expand description

Rebuild a fresh Value from its boundary form on the receiving thread, with brand-new Rcs and cells — no sharing survives the trip, which is exactly the copy semantics a pup boundary promises.