Trait minhook::function::HookableWith [] [src]

pub unsafe trait HookableWith<D: Function>: Function { }

Marker trait indicating that the function Self can be hooked by the given function D.

Implementors