Skip to main content

store_inline

Function store_inline 

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

Copy a Copy value’s bytes into a payload. Panics when T exceeds 64 bits: such types must use the heap path.