sui_
rust
0.1.0
Module s7_
error_
handle
Module Items
Functions
In sui_
rust::
ch02
sui_rust
::
ch02
Module
s7_error_handle
Copy item path
Source
Expand description
第二章:Rust核心概念 2.6 错误处理
类型系统保证函数契约
断言用于防御
Option
消除空指针失败
Result<T, E> 传播错误
Panic 恐慌崩溃
Functions
§
elim_
failure
消除失败
error_
handle
分层错误处理
panic_
cant_
handle
panic 的两种类型: