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.
BuildError
1 parent 7f65389 commit 556177bCopy full SHA for 556177b
src/pooled_connection/deadpool.rs
@@ -47,7 +47,7 @@ pub type Pool<C> = deadpool::managed::Pool<AsyncDieselConnectionManager<C>>;
47
/// Type alias for using [`deadpool::managed::PoolBuilder`] with [`diesel-async`]
48
pub type PoolBuilder<C> = deadpool::managed::PoolBuilder<AsyncDieselConnectionManager<C>>;
49
/// Type alias for using [`deadpool::managed::BuildError`] with [`diesel-async`]
50
-pub type BuildError = deadpool::managed::BuildError<PoolError>;
+pub type BuildError = deadpool::managed::BuildError<super::PoolError>;
51
/// Type alias for using [`deadpool::managed::PoolError`] with [`diesel-async`]
52
pub type PoolError = deadpool::managed::PoolError<super::PoolError>;
53
/// Type alias for using [`deadpool::managed::Object`] with [`diesel-async`]
0 commit comments