Trait jsonrpsee_core::client::MaybeSend

source ·
pub trait MaybeSend: Send { }
Available on crate feature client only.
Expand description

Marker trait to determine whether a type implements Send or not.

Implementors§

source§

impl<T: Send> MaybeSend for T