pub type ArcValue<V = dyn Any + Send + Sync> = Value<Arc<V>>;
struct ArcValue<V = dyn Any + Send + Sync> { /* private fields */ }