Type Definition actor_lib::BoxDynError

source ·
pub type BoxDynError = Box<dyn Error + Send + Sync>;