pub fn update_module<'vtab, T: UpdateVTab<'vtab>>() -> &'static Module<'vtab, T>
Expand description
Create a modifiable virtual table implementation.
Step 2 of Creating New Virtual Table Implementations.
pub fn update_module<'vtab, T: UpdateVTab<'vtab>>() -> &'static Module<'vtab, T>
Create a modifiable virtual table implementation.
Step 2 of Creating New Virtual Table Implementations.