[][src]Function rusqlite::vtab::read_only_module

pub fn read_only_module<T: CreateVTab>() -> &'static Module<T>

feature = "vtab" Create a read-only virtual table implementation.

Step 2 of Creating New Virtual Table Implementations.