Type Alias SendTypes

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

These types must implement the Send trait

Aliased Typeยง

struct SendTypes { /* private fields */ }