mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 12:59:28 +08:00
chore: derive Debug for Savepoint
This commit is contained in:
@@ -87,6 +87,7 @@ pub struct Transaction<'conn> {
|
||||
/// sp.commit()
|
||||
/// }
|
||||
/// ```
|
||||
#[derive(Debug)]
|
||||
pub struct Savepoint<'conn> {
|
||||
conn: &'conn Connection,
|
||||
name: String,
|
||||
|
Reference in New Issue
Block a user