Type Alias SyncTypes

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

These types must implement the Sync trait

Aliased Typeยง

pub struct SyncTypes { /* private fields */ }