MaybeSend
jsonrpsee_
core
0.24.5
Maybe
Send
Implementors
In jsonrpsee_
core::
client
jsonrpsee_core
::
client
Trait
Maybe
Send
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