I'm trying to do this struct RwindIter { iter: Box >, } fn build(i: impl Iterator ) -> RwindIter { RwindIter { iter: Box::new(i) } } But I got this error I ...
確定! 回上一頁