Function exists_postgres_trigger

Source
pub async fn exists_postgres_trigger(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<bool, Error<ExistsPostgresTriggerError>>