[][src]Trait termprogress::Spinner

pub trait Spinner: Display {
    fn bump(&mut self);
}

A trait for any bar without progress. You can implemnent your own styles through this trait.

Required methods

fn bump(&mut self)

Loading content...

Implementors

impl Spinner for Spin[src]

Loading content...