Type Alias remoc::codec::ArcError

source ·
pub type ArcError = Arc<dyn Error + Send + Sync + 'static>;
Available on crate feature serde only.
Expand description

Reference counted error that is send, sync, static and clone.

Aliased Type§

struct ArcError { /* private fields */ }