| D | by-value-trait-objects-rust-call2.rs | 6 type Output; typedef 7 extern "rust-call" fn call_once(self, args: Args) -> Self::Output; in call_once() argument 13 type Output = String; typedef 14 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once() argument 17 format!("hello") in call_once() 24 type Output = String; typedef 25 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once() argument 28 format!("{}", self.0) in call_once() 35 type Output = String; typedef 36 extern "rust-call" fn call_once(self, (s1, s2): (String, Box<str>)) -> Self::Output { in call_once() argument [all …]
|