mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-19 12:29:34 +08:00
Remove Table
associated type in VTabCursor trait
This commit is contained in:
@@ -56,8 +56,6 @@ fn test_dummy_module() {
|
||||
}
|
||||
|
||||
impl VTabCursor for DummyTabCursor {
|
||||
type Table = DummyTab;
|
||||
|
||||
fn filter(
|
||||
&mut self,
|
||||
_idx_num: c_int,
|
||||
|
Reference in New Issue
Block a user