execute_batch

Function execute_batch 

Source
async fn execute_batch(
    token: &MarketingMailingListAccessToken,
    ops: Vec<MailchimpOperation>,
    timeout: Duration,
    poll_interval: Duration,
) -> Result<Vec<MailchimpOpResult>>