mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-19 12:29:34 +08:00
Remove vtab() function from VTabCursor trait
This commit is contained in:
@@ -57,9 +57,6 @@ fn test_dummy_module() {
|
||||
impl VTabCursor for DummyTabCursor {
|
||||
type Table = DummyTab;
|
||||
|
||||
fn vtab(&self) -> &DummyTab {
|
||||
unsafe { &*(self.base.pVtab as *const DummyTab) }
|
||||
}
|
||||
fn filter(
|
||||
&mut self,
|
||||
_idx_num: c_int,
|
||||
|
Reference in New Issue
Block a user