☰
Module error
Module error
Structs
Traits
?
Module
sgx_tstd
::
error
source
·
[
−
]
Expand description
Traits for working with Errors.
Structs
Report
An error reporter that prints an error and its sources.
Traits
Error
Error
is a trait representing the basic expectations for error values, i.e., values of type
E
in
Result<T, E>
.