From e169a010c4942c610314a335e7c79f0cb421eef1 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 5 Mar 2023 21:22:11 +0000 Subject: deploy: 8316b628bbc9945fd1d08305317cf49a6482801f --- juicebox_asm/prelude/trait.Call.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 juicebox_asm/prelude/trait.Call.html (limited to 'juicebox_asm/prelude/trait.Call.html') diff --git a/juicebox_asm/prelude/trait.Call.html b/juicebox_asm/prelude/trait.Call.html new file mode 100644 index 0000000..6670646 --- /dev/null +++ b/juicebox_asm/prelude/trait.Call.html @@ -0,0 +1,4 @@ +Call in juicebox_asm::prelude - Rust
pub trait Call<T> {
+    fn call(&mut self, op1: T);
+}

Required Methods§

Emit a call instruction.

+

Implementors§

\ No newline at end of file -- cgit v1.2.3