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