Function bookdata::util::logging::meter_bar

source ·
pub fn meter_bar<S>(len: S, name: &str) -> ProgressBar
where S: TryInto<u64>, S::Error: Debug,
Expand description

Create a meter for monitoring pipelines.