MaybeSend
jsonrpsee_core
0.24.5
MaybeSend
Implementors
In jsonrpsee_core::client
Modules
async_client
error
Structs
BatchResponse
RequestIdManager
Subscription
Enums
IdKind
ReceivedMessage
SubscriptionCloseReason
SubscriptionKind
Traits
ClientT
MaybeSend
SubscriptionClientT
TransportReceiverT
TransportSenderT
Functions
generate_batch_id_range
Type Aliases
BatchEntry
?
Settings
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