pub fn queue_dequeue_up_to_v2<O0: Into<Output>, O1: Into<Output>>( handle: O0, n: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for QueueDequeueUpToV2::new().build(handle, n, scope).
QueueDequeueUpToV2::new().build(handle, n, scope)