Function rusqlite::vtab::update_module

source ·
pub fn update_module<'vtab, T: UpdateVTab<'vtab>>() -> &'static Module<'vtab, T>
Available on crate feature vtab only.
Expand description

Create an modifiable virtual table implementation.

Step 2 of Creating New Virtual Table Implementations.