trait Shape: Clone { ... } There are workarounds to be able to clone trait objects [2], but they do not feel natural and I avoid them if ...
確定! 回上一頁