pub trait GlFunctionsSource {
    // Required method
    fn get_proc_addr(&self, _: &str) -> *const c_void;
}

Required Methods§

Implementors§