GetProc

Trait GetProc 

pub trait GetProc: Fn(GetProcOf) -> *const c_void { }
Available on crate feature engine only.

Implementors§

§

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