pub fn barrier_insert_many<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
handle: O0,
keys: O1,
values: O2,
scope: &mut Scope,
) -> Result<Operation>
Expand description
Shorthand for BarrierInsertMany::new().build(handle, keys, values, scope)
.