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 4206ed9 commit 1260dc2Copy full SHA for 1260dc2
src/sync_connection_wrapper/mod.rs
@@ -436,7 +436,7 @@ mod implementation {
436
feature = "mobc",
437
feature = "r2d2"
438
))]
439
- impl<C> crate::pooled_connection::PoolableConnection for SyncConnectionWrapper<C>
+ impl<C, S> crate::pooled_connection::PoolableConnection for SyncConnectionWrapper<C, S>
440
where
441
Self: AsyncConnection,
442
{
0 commit comments