Skip to content

Commit b0ff046

Browse files
authored
Actually implement AsyncR2D2Connection (#68)
1 parent 88be965 commit b0ff046

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connection.rs

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ where
4444
}
4545
}
4646

47+
#[async_trait]
48+
impl<Conn> crate::AsyncR2D2Connection<Conn> for Connection<Conn> where Conn: 'static + R2D2Connection
49+
{}
50+
4751
#[async_trait]
4852
impl<Conn> crate::AsyncConnection<Conn> for Connection<Conn>
4953
where

0 commit comments

Comments
 (0)