☰
Type Definition NeonResult
Other items in
neon
::
result
All crates
?
Type Definition
neon
::
result
::
NeonResult
[
−
]
[src]
pub type NeonResult<T> =
Result
<T,
Throw
>;
Expand description
The result type for throwing APIs.