Skip to main content

WindowRunner

Trait WindowRunner 

Source
pub trait WindowRunner: WindowProvider {
    // Required method
    fn run(self, on_frame: impl FnMut() + 'static);
}

Required Methods§

Source

fn run(self, on_frame: impl FnMut() + 'static)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§