type TaskId = ArrayString<TASK_ID_LEN>;Expand description
A task’s random id: a fixed 16-byte string kept inline.
Aliased Type§
#[repr(C)]struct TaskId { /* private fields */ }type TaskId = ArrayString<TASK_ID_LEN>;A task’s random id: a fixed 16-byte string kept inline.
#[repr(C)]struct TaskId { /* private fields */ }