mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-06 09:48:58 +08:00
Add/fix rustdoc links
This commit is contained in:
@@ -411,7 +411,7 @@ impl Drop for ChangesetIter<'_> {
|
||||
}
|
||||
|
||||
/// `feature = "session"` An item passed to a conflict-handler by
|
||||
/// `Connection::apply`, or an item generated by `ChangesetIter::next`.
|
||||
/// [`Connection::apply`](crate::Connection::apply), or an item generated by [`ChangesetIter::next`](ChangesetIter::next).
|
||||
// TODO enum ? Delete, Insert, Update, ...
|
||||
pub struct ChangesetItem {
|
||||
it: *mut ffi::sqlite3_changeset_iter,
|
||||
|
||||
Reference in New Issue
Block a user