Function has_table_privilege

Source
fn has_table_privilege(
    user_id: i32,
    table_oid: i32,
    privileges: &str,
) -> Result<bool>