[][src]Crate failures_crate

使用第三方failure库统一管理错误

Structs

Error

使用Error来统一管理错误

Enums

ErrorKind

ErrorKind记录各种错误

Functions

run