arti_client::rpc::seal

Trait Sealed

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,