What is the use of + operator in the function parameter type?

前端 未结 0 676
野趣味
野趣味 2021-01-29 19:14

I came across this syntax while learning async & await:

fn spawn(&self, future: impl Future + \'static + Send)

What is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题