arti_
client
0.26.0
Sealed
Implementors
In arti_
client::
rpc::
seal
arti_client
::
rpc
::
seal
Trait
Sealed
Copy item path
Source
pub trait Sealed { }
Available on
crate feature
rpc
only.
Expand description
hidden trait to seal the ClientConnectionError trait.
Implementors
§
Source
§
impl<E>
Sealed
for E
where E:
Error
+
HasKind
+
DynClone
+
Send
+
Sync
,