fn finish()

in src/api/mod.rs [57:59]


    fn finish(&mut self) {
        ProgressBar::finish(self);
    }