Expand description
Defines Callback trait used in Instrument::install_handler,
which returns a Handler to manage lifetime of data passed
Structs§
- Lifetime manager for
Callback, will uninstall the callback when dropped.
Traits§
- Defines the ability for being passed to
Instrument::install_handler