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