Type Definition deadpool_postgres::CreatePoolError [−][src]
pub type CreatePoolError = CreatePoolError<ConfigError, Error>;
Expand description
Type alias for using deadpool::managed::CreatePoolError
with tokio_postgres
.
pub type CreatePoolError = CreatePoolError<ConfigError, Error>;
Type alias for using deadpool::managed::CreatePoolError
with tokio_postgres
.