Function postgres_util::drop_replication_slots[][src]

pub async fn drop_replication_slots(
    conn: &str,
    slots: &[String]
) -> Result<(), Error>