Rust language lacks exceptions - for performance reasons. But still the function can fail; this is handled with Result type - an Enum with states “Ok(return ...
確定! 回上一頁