Type Definition pgx_pg_sys::amcanreturn_function

source ·
pub type amcanreturn_function = Option<unsafe extern "C" fn(indexRelation: Relation, attno: c_int) -> bool>;