mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add still missing docs in session module
This commit is contained in:
parent
5ebba26a7e
commit
e664f82630
@ -652,6 +652,8 @@ impl From<i32> for ConflictType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// `feature = "session"` Constants returned by the conflict handler
|
/// `feature = "session"` Constants returned by the conflict handler
|
||||||
|
/// See [here](https://sqlite.org/session.html#SQLITE_CHANGESET_ABORT) for details.
|
||||||
|
#[allow(missing_docs)]
|
||||||
#[repr(i32)]
|
#[repr(i32)]
|
||||||
#[derive(Debug, PartialEq)]
|
#[derive(Debug, PartialEq)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
|
Loading…
Reference in New Issue
Block a user