async move {} is just a future, there is no function call. || is a closure, put them both together and you have a closure that returns a future. edit: I'm ...
確定! 回上一頁