Type Alias SyncTypes

Source
pub type SyncTypes = Set<Box<Type>>;
Expand description

These types must implement the Sync trait

Aliased Typeยง

struct SyncTypes { /* private fields */ }