Type Definition clickhouse_postgres_client::ClickhousePgConnection[][src]

type ClickhousePgConnection = PgConnection;

Trait Implementations

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