I initially tried matching like this, but I figured out Rust cannot implicitly cast from std::string::String to &str . fn main() { let ...
確定! 回上一頁