Type Definition clickhouse_postgres_client::ClickhousePgPoolConnection[][src]

type ClickhousePgPoolConnection = PoolConnection<Postgres>;

Trait Implementations

impl<'c, 'q, 'async_trait> ExecutorExt<'c, 'q, 'async_trait, ClickhousePgRow> for &'c mut ClickhousePgPoolConnection where
    'c: 'async_trait,
    'q: 'async_trait, 
[src]