Function guerrilla::patch0

source ·
pub fn patch0<R>(target: fn() -> R, func: fn() -> R) -> PatchGuard
Expand description

Patch replaces a function with another. Accepts closures as replacement functions as long as they do not bind to the environment.