Function rstk::widget::after

source ·
pub fn after(time: u64, command: impl Fn() + Send + 'static)
Expand description

Triggers given command after ‘time’ milliseconds.