The main() function in a Rust programme can return a Result type, ... Example. use std::num::ParseIntError; fn main() -> Result<(), ...
確定! 回上一頁