Crate proxygen_macros

Source

Attribute Macrosยง

forward
post_hook
Proc macro that indicates that any code in this function will be run after the original function is called.
pre_hook
Proc macro that indicates that any code in this function will be run just before the original function is called. The function being proxied can be accessed as orig_func
proxy