Searched refs:ArrayTabCursor (Results 1 – 1 of 1) sorted by relevance
79 type Cursor = ArrayTabCursor<'vtab>;120 fn open(&mut self) -> Result<ArrayTabCursor<'_>> { in open()121 Ok(ArrayTabCursor::new()) in open()127 struct ArrayTabCursor<'vtab> { struct137 impl ArrayTabCursor<'_> { argument138 fn new<'vtab>() -> ArrayTabCursor<'vtab> { in new()139 ArrayTabCursor { in new()154 unsafe impl VTabCursor for ArrayTabCursor<'_> { implementation