Skip to main content

TaskId

Type Alias TaskId 

Source
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 */ }