Rust has no such operator. You can use the String::contains method instead: if a.contains("bc") { do_something(); }.
確定! 回上一頁