pub trait GLContextDispatcher {
    fn dispatch(&self, _: Box<dyn Fn() + Send>);
}

Required Methods§

Implementors§