[][src]Trait egui::app::RepaintSignal

pub trait RepaintSignal: Send {
    pub fn request_repaint(&self);
}

Required methods

pub fn request_repaint(&self)[src]

This signals the Egui integration that a repaint is required. This is meant to be called when a background process finishes in an async context and/or background thread.

Loading content...

Implementors

Loading content...