Type Alias SharedOption

Source
type SharedOption<T> = Arc<Mutex<Option<T>>>;

Aliased Typeยง

struct SharedOption<T> { /* private fields */ }