Trait redblocks::Update[][src]

pub trait Update: Display {
    fn refresh(&mut self);
}
Expand description

Refreshes the widget plugin.

Required methods

Implementors