pub fn eponymous_only_module<'vtab, T: VTab<'vtab>>() -> &'static Module<'vtab, T>
Expand description
Create an eponymous only virtual table implementation.
Step 2 of Creating New Virtual Table Implementations.
pub fn eponymous_only_module<'vtab, T: VTab<'vtab>>() -> &'static Module<'vtab, T>
Create an eponymous only virtual table implementation.
Step 2 of Creating New Virtual Table Implementations.