☰
MaybeSend
Implementors
In jsonrpsee_core::client
?
Trait
jsonrpsee_core
::
client
::
MaybeSend
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