PgConnectionInfo

Trait PgConnectionInfo 

Source
pub trait PgConnectionInfo {
    // Required method
    fn server_version_num(&self) -> Option<u32>;
}

Required Methods§

Source

fn server_version_num(&self) -> Option<u32>

the version number of the server in libpq format

Implementations on Foreign Types§

Source§

impl PgConnectionInfo for PoolConnection<Postgres>

Implementors§