Rust has two parallel runtime error handling mechanisms: panics, and Result / ? ... common to call unwrap (or expect ), on a Result ; these panic on errors.
確定! 回上一頁