Trait rustbar::rustbars::ProgressBar [] [src]

pub trait ProgressBar<T> {
    fn new() -> T;
}

Required Methods

fn new() -> T

Implementors