fedimint_
core
0.5.0-alpha
Maybe
Sync
Implementors
In fedimint_
core::
task
Trait
fedimint_core
::
task
::
MaybeSync
Copy item path
source
·
[
−
]
pub trait MaybeSync:
Sync
{ }
Expand description
MaybeSync
is no-op on wasm and
Sync
on non wasm.
Implementors
§
source
§
impl<T:
Sync
>
MaybeSync
for T