Type Definition uni_gl::WebGLContext

source · []
pub type WebGLContext<'p> = Box<dyn for<'a> FnMut(&'a str) -> *const c_void + 'p>;