Type Alias pq_sys::PQnoticeReceiver

source ·
pub type PQnoticeReceiver = Option<unsafe extern "C" fn(arg: *mut c_void, res: *const PGresult)>;

Aliased Type§

enum PQnoticeReceiver {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const pg_result)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const pg_result))

Some value of type T.