Type Alias SharedSeq

Source
pub type SharedSeq = Arc<Mutex<Vec<u32>>>;

Aliased Typeยง

struct SharedSeq { /* private fields */ }