pub const UNKNOWN: &str = "—";Expand description
Placeholder rendered when a value is not yet known.
An unknown rate is deliberately not 0: zero is a real reading that means
“stalled”, and conflating the two is what produced ETA: 0s on a download
that was progressing perfectly well.