☰
Type Definition JSResult
Other items in
jscjs_sys
::
runtime
::
type_system
All crates
?
Type Definition
jscjs_sys
::
runtime
::
type_system
::
JSResult
[
−
]
[src]
type JSResult<T> =
Result
<T,
Value
>;