Use into_iter() instead of iter() on the items vector if you don't need it after the conversion: struct KeyValue1 { key: Vec<u8>, ...
確定! 回上一頁