Trait detour::HookableWith[][src]

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

Trait indicating that Self can be detoured by the given function D.

Implementations on Foreign Types

Implementors