pub unsafe fn eq_shared<T>(a: ValuePayload, b: ValuePayload) -> boolwhere T: Clone + PartialEq + Display + Debug + Send + Sync + 'static,
Shared-heap eq: compare the shared values.
eq
Both payloads must co-own an Arc<T> buffer.
Arc<T>