Skip to main content

draw_simple_timer

Function draw_simple_timer 

Source
pub fn draw_simple_timer(
    f: &mut Frame<'_>,
    area: Rect,
    timer: &Timer,
    style: &SimpleTimerStyle,
    task_progress: Option<f64>,
)