Function update_module_with_tx

Source
pub fn update_module_with_tx<'vtab, T: TransactionVTab<'vtab>>() -> &'static Module<'vtab, T>
Expand description

Create a modifiable virtual table implementation with support for transactions.

Step 2 of Creating New Virtual Table Implementations.