Type Alias chaindexing::PostgresRepoPool

source ·
pub type PostgresRepoPool = Pool<AsyncDieselConnectionManager<AsyncPgConnection>>;

Aliased Type§

struct PostgresRepoPool { /* private fields */ }