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