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