Skip to main content

eq_boxed

Function eq_boxed 

Source
pub unsafe fn eq_boxed<T>(a: ValuePayload, b: ValuePayload) -> bool
where T: Clone + PartialEq + Display + Debug + Send + Sync + 'static,
Expand description

Heap eq: compare the boxed values.

ยงSafety

Both payloads must own a Box<T> exactly once.