pub fn runtime_store<'c>(
    context: &'c Context,
    value: Value<'c, '_>,
    storage: Value<'c, '_>,
    location: Location<'c>
) -> RuntimeStoreOperation<'c>
Expand description

Creates a runtime.store operation.