Skip to main content

load_inline

Function load_inline 

Source
pub unsafe fn load_inline<T>(payload: ValuePayload) -> T
where T: Copy + PartialEq + Display + Debug + Send + Sync + 'static,
Expand description

Reconstruct a Copy value from an inline payload.

ยงSafety

The payload must hold bytes stored by store_inline for T.