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