mozjs
0.14.1
ToResult
Required Methods
to_result
Implementations on Foreign Types
bool
Implementors
In mozjs::rust
Trait
mozjs
::
rust
::
ToResult
Copy item path
source
·
[
−
]
trait ToResult { // Required method fn
to_result
(self) ->
Result
<
()
,
()
>; }
Required Methods
§
source
fn
to_result
(self) ->
Result
<
()
,
()
>
Implementations on Foreign Types
§
source
§
impl
ToResult
for
bool
source
§
fn
to_result
(self) ->
Result
<
()
,
()
>
Implementors
§