Struct rusqlite::vtab::Module[][src]

#[repr(C)]
pub struct Module<T: VTab> { /* fields omitted */ }

Virtual table module

(See SQLite doc)

Trait Implementations

impl<T: VTab> Sync for Module<T>
[src]

Auto Trait Implementations

impl<T> Send for Module<T> where
    T: Send