☰
Trait IntoResult
Required Methods
into_result
Implementations on Foreign Types
otc_status
Implementors
Other items in
opentok
All crates
?
Trait
opentok
::
IntoResult
[
−
]
[src]
pub trait IntoResult { fn
into_result
(self) ->
Result
<
()
,
OtcError
>; }
Required methods
[src]
fn
into_result
(self) ->
Result
<
()
,
OtcError
>
Implementations on Foreign Types
[src]
impl
IntoResult
for otc_status
[src]
fn
into_result
(self) ->
Result
<
()
,
OtcError
>
Implementors