In this case, the code is as follows: #[derive(Clone)] struct Trade(i32); trait Bet{ fn bet(&self); } trait Test :Bet fn test(&self); } impl Test for Trade{ ...
確定! 回上一頁