☰
Result
In bin_prot::error
?
Type Definition
bin_prot
::
error
::
Result
source
·
[
−
]
pub type Result<A> =
Result
<A,
Error
>;
Expand description
A result whose error type is
Error
.