pub fn multi_device_iterator_get_next_from_shard<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    multi_device_iterator: O0,
    shard_num: O1,
    incarnation_id: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MultiDeviceIteratorGetNextFromShard::new().build(multi_device_iterator, shard_num, incarnation_id, scope).