Skip to main content

NoticeReceiver

Type Alias NoticeReceiver 

Source
pub type NoticeReceiver = PQnoticeReceiver;

Aliased Type§

pub enum NoticeReceiver {
    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.