We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cb1ad commit e08b9e2Copy full SHA for e08b9e2
src/sync_connection_wrapper/mod.rs
@@ -73,6 +73,7 @@ fn from_tokio_join_error(join_error: JoinError) -> diesel::result::Error {
73
/// # some_async_fn().await;
74
/// # }
75
/// ```
76
+#[derive(Debug)]
77
pub struct SyncConnectionWrapper<C> {
78
inner: Arc<Mutex<C>>,
79
}
0 commit comments