Type Definition agner_actors::ArcError

source ·
pub type ArcError = Arc<dyn Error + Send + Sync + 'static>;
Expand description