☰
Result
In alloy_sol_types
?
Type Definition
alloy_sol_types
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
ABI result type.