Trait offscreen_gl_context::GLContextDispatcher [] [src]

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

Required Methods

Implementors