mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
[ci skip] fix doc
This commit is contained in:
parent
d6b6058849
commit
b38fe372b6
@ -423,7 +423,7 @@ pub trait VTabCursor: Sized {
|
|||||||
fn rowid(&self) -> Result<i64>;
|
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);
|
pub struct Context(*mut ffi::sqlite3_context);
|
||||||
|
|
||||||
impl Context {
|
impl Context {
|
||||||
|
Loading…
Reference in New Issue
Block a user