Type Definition prodash::progress::key::Level[][src]

pub type Level = u8;
Expand description

a level in the hierarchy of key components

NOTE: This means we will show weird behaviour if there are more than 2^16 tasks at the same time on a level as multiple progress handles will manipulate the same state.