hotshot_
query_
service
0.1.76
Result
Ext
Required Methods
ok_or_trace
Implementations on Foreign Types
Result<T, E>
Implementors
In hotshot_
query_
service::
data_
source::
fetching
hotshot_query_service
::
data_source
::
fetching
Trait
ResultExt
Copy item path
Source
trait ResultExt<T, E> { // Required method fn
ok_or_trace
(self) ->
Option
<T>
where E:
Display
; }
Required Methods
§
Source
fn
ok_or_trace
(self) ->
Option
<T>
where E:
Display
,
Implementations on Foreign Types
§
Source
§
impl<T, E>
ResultExt
<T, E> for
Result
<T, E>
Source
§
fn
ok_or_trace
(self) ->
Option
<T>
where E:
Display
,
Implementors
§