Function get_postgres_trigger

Source
pub async fn get_postgres_trigger(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<PostgresTrigger, Error<GetPostgresTriggerError>>