We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9221da1 commit 523ca2fCopy full SHA for 523ca2f
src/pooled_connection/bb8.rs
@@ -46,6 +46,8 @@ use bb8::ManageConnection;
46
47
/// Type alias for using [`bb8::Pool`] with [`diesel-async`]
48
pub type Pool<C> = bb8::Pool<AsyncDieselConnectionManager<C>>;
49
+/// Type alias for using [`bb8::RunError`] with [`diesel-async`]
50
+pub type RunError<E> = bb8::RunError<E>;
51
52
#[async_trait::async_trait]
53
impl<C> ManageConnection for AsyncDieselConnectionManager<C>
0 commit comments