mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 06:00:33 +08:00
2af75d1f13
```c struct sqlite3_vtab_cursor { sqlite3_vtab *pVtab; /* Virtual table of this cursor */ ``` It seems that we need to introduce a lifetime on `VTab` trait to express such constraint: https://users.rust-lang.org/t/associated-type-with-lifetime-bound/7256 But there may be another/new way to do it. |
||
---|---|---|
.. | ||
config_log.rs | ||
deny_single_threaded_sqlite_config.rs | ||
vtab.rs |