Add support for per function callbacks which will be invoked instead of global callbacks. This can be useful when different behaviour is desired on an individual level or if some other processing is required
#[Trace(start: function($data) {...}, end: function($data) {...})]
Add support for per function callbacks which will be invoked instead of global callbacks. This can be useful when different behaviour is desired on an individual level or if some other processing is required