pgrx_pg_sys

Type Alias PGModuleMagicFunction

Source
pub type PGModuleMagicFunction = Option<unsafe extern "C" fn() -> *const Pg_magic_struct>;

Aliased Type§

enum PGModuleMagicFunction {
    None,
    Some(unsafe extern "C" fn() -> *const Pg_magic_struct),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> *const Pg_magic_struct)

Some value of type T.