Module handler

Module handler 

Source
Expand description

Defines Callback trait used in Instrument::install_handler, which returns a Handler to manage lifetime of data passed

Structs§

Handler
Lifetime manager for Callback, will uninstall the callback when dropped.

Traits§

Callback
Defines the ability for being passed to Instrument::install_handler