Type Alias pgrx::pg_sys::fill_string_relopt

source ·
pub type fill_string_relopt = Option<unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> usize>;

Aliased Type§

enum fill_string_relopt {
    None,
    Some(unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> usize)

Some value of type T.