pub fn remote_call<O0: Into<Output>, O1: Into<Output>>( target: O0, args: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RemoteCall::new().build(target, args, scope).
RemoteCall::new().build(target, args, scope)