Type Definition udmp_parser_rs::Threads

source ·
pub type Threads<'a> = BTreeMap<u32, Thread<'a>>;
Expand description

Map a thread id to a Thread.