☰
SyncErrorExt
Required Methods
sync_into
Implementors
In tea_sdk::errorx
?
Trait
tea_sdk
::
errorx
::
SyncErrorExt
[
−
]
pub trait SyncErrorExt { fn
sync_into
<S>(self) ->
Error
<S>
where
S:
Scope
; }
Required Methods
§
fn
sync_into
<S>(self) ->
Error
<S>
where
S:
Scope
,
Implementors
§
§
impl<T>
SyncErrorExt
for T
where
T: 'static +
Send
,