Type Alias SendTypes

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

These types must implement the Send trait

Aliased Typeยง

pub struct SendTypes { /* private fields */ }