pgrx_pg_sys

Type Alias relopts_validator

Source
pub type relopts_validator = Option<unsafe extern "C" fn(parsed_options: *mut c_void, vals: *mut relopt_value, nvals: c_int)>;

Aliased Type§

enum relopts_validator {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut relopt_value, _: i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut relopt_value, _: i32))

Some value of type T.