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)),
}