SyncByVal

Type Alias SyncByVal 

Source
pub type SyncByVal<T> = Shared<T, ShareSync, ByVal>;
Expand description

A thread-safe shared value with by-value comparison and hashing

Aliased Typeยง

pub struct SyncByVal<T>(/* private fields */);