Trait GetProc

pub trait GetProc: Fn(GetProcOf) -> *const c_void { }

Implementors§

§

impl<T> GetProc for T
where T: Fn(GetProcOf) -> *const c_void,