☰
Result
In darkfi::error
?
Type Definition
darkfi
::
error
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Main result type used throughout the codebase.