impl Trait. If your function returns a type that implements MyTrait , you can write its return type as -> impl MyTrait . This can help simplify your type ...
確定! 回上一頁