Function exists

Source
pub async fn exists<'b, E: Executor<'b, Database = Postgres>>(
    executor: E,
    id: Uuid,
) -> Result<bool, Error>
Expand description

Check if a job with that ID exists