mirror of
https://github.com/isar/rusqlite.git
synced 2025-09-14 03:32:19 +08:00
Merge pull request #1179 from lmburns/debug_savepoint
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