rust - 返回Iterator(或其他任何特征)的正确方法是什么? 原文 标签 rust. 下面的Rust代码 ... fn to_words(text: &str) { // Note no return type text.split(' ') }
確定! 回上一頁