has_database_privilege_impl

Function has_database_privilege_impl 

Source
fn has_database_privilege_impl(
    user_name: &str,
    database_oid: DatabaseId,
    privileges: &str,
) -> Result<bool>