pub struct Module<'vtab, T: VTab<'vtab>> { /* private fields */ }Available on crate feature
vtab only.Expand description
Virtual table module
(See SQLite doc)
pub struct Module<'vtab, T: VTab<'vtab>> { /* private fields */ }vtab only.Virtual table module
(See SQLite doc)