mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-22 06:19:29 +08:00
[ci skip] fix doc
This commit is contained in:
@@ -423,7 +423,7 @@ pub trait VTabCursor: Sized {
|
||||
fn rowid(&self) -> Result<i64>;
|
||||
}
|
||||
|
||||
/// Context is used by `VTabCursor.column`` to specify the cell value.
|
||||
/// Context is used by `VTabCursor.column` to specify the cell value.
|
||||
pub struct Context(*mut ffi::sqlite3_context);
|
||||
|
||||
impl Context {
|
||||
|
Reference in New Issue
Block a user