Searched defs:ProgressCircle (Results 1 – 2 of 2) sorted by relevance
41 struct ProgressCircle { struct42 open: bool,43 current: u64,44 total: u64,
246 impl ProgressCircle { implementation