jsonrpsee_core
0.24.5
MaybeSend
Implementors
In jsonrpsee_core::client
Trait
jsonrpsee_core
::
client
::
MaybeSend
Copy item path
source
·
[
−
]
pub trait MaybeSend:
Send
{ }
Expand description
Marker trait to determine whether a type implements
Send
or not.
Implementors
§
source
§
impl<T:
Send
>
MaybeSend
for T