pub fn meter_bar<S>(len: S, name: &str) -> ProgressBarwhere S: TryInto<u64>, S::Error: Debug,
Create a meter for monitoring pipelines.